#5BA62A

Color #5BA62A Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5BA62A

Tints of Limeade #5BA62A

Color information

#5BA62A (or 0x5BA62A) is unknown color: approx Limeade. HEX triplet: 5B, A6 and 2A. RGB value is (91,166,42). Sum of RGB (Red+Green+Blue) = 91+166+42=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA62A is #A459D5. Grayscale: #818181. Windows color (decimal): -10770902 or 2795099. OLE color: 2795099.

HSL color Cylindrical-coordinate representation of color #5BA62A: hue angle of 96.29º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BA62A is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB9116642-
CMYK0.4500.750.35
HSL96.29º59.62%40.78%-
HSV(B)96.29º74.7%65.1%-
XYZ18.3729.666.95-
YUV129.4478.65100.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 166 (65.23% from 255) = 55.52%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=30.43%
G=55.52%
B=14.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91166420.4500.750.3596.2959.6240.78
Hex5BA62A2D04B23603c29
Octal13324652550113431407451
Binary101101110100110101010101101010010111000111100000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BA62A; }

 p { color: rgb(91,166,42); }

 H1.HeaderClassName
 {
   color: #5BA62A;
 }
 .AnyTagClassName
 {
   color: #5BA62A;
 }
</style>
background-color css

<style>
 a { background-color: #5BA62A; }

 a { background-color: rgb(91,166,42); }

 div.DivClassName
 {
   background-color: #5BA62A;
 }
 .BgClassName
 {
   background-color: #5BA62A;
 }
</style>
border-color css

<style>
 span { border-color: #5BA62A; }

 span { border-color: rgb(91,166,42); }

 td.TdClassName
 {
   border-color: #5BA62A;
 }
 .TagClassName
 {
   border-color: #5BA62A;
 }
</style>