#5CAB2D

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

Shades of Limeade #5CAB2D

Tints of Limeade #5CAB2D

Color information

#5CAB2D (or 0x5CAB2D) is unknown color: approx Limeade. HEX triplet: 5C, AB and 2D. RGB value is (92,171,45). Sum of RGB (Red+Green+Blue) = 92+171+45=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAB2D is #A354D2. Grayscale: #858585. Windows color (decimal): -10704083 or 2992988. OLE color: 2992988.

HSL color Cylindrical-coordinate representation of color #5CAB2D: hue angle of 97.62º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CAB2D is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB9217145-
CMYK0.4600.740.33
HSL97.62º58.33%42.35%-
HSV(B)97.62º73.68%67.06%-
XYZ19.4531.597.56-
YUV133.0178.3398.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.87%
GREEN value IS 171 (67.19% from 255) = 55.52%
BLUE value IS 45 (17.97% from 255) = 14.61%
R=29.87%
G=55.52%
B=14.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92171450.4600.740.3397.6258.3342.35
Hex5CAB2D2E04A21623a2a
Octal13425355560112411427252
Binary101110010101011101101101110010010101000011100010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,171,45); }

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

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

 a { background-color: rgb(92,171,45); }

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

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

 span { border-color: rgb(92,171,45); }

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