#5CAB1E

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

Shades of Limeade #5CAB1E

Tints of Limeade #5CAB1E

Color information

#5CAB1E (or 0x5CAB1E) is unknown color: approx Limeade. HEX triplet: 5C, AB and 1E. RGB value is (92,171,30). Sum of RGB (Red+Green+Blue) = 92+171+30=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAB1E is #A354E1. Grayscale: #838383. Windows color (decimal): -10704098 or 2009948. OLE color: 2009948.

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

Color convert

RGB9217130-
CMYK0.4600.820.33
HSL93.62º70.15%39.41%-
HSV(B)93.62º82.46%67.06%-
XYZ19.2131.496.29-
YUV131.370.8399.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.40%
GREEN value IS 171 (67.19% from 255) = 58.36%
BLUE value IS 30 (12.11% from 255) = 10.24%
R=31.40%
G=58.36%
B=10.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92171300.4600.820.3393.6270.1539.41
Hex5CAB1E2E052215e4627
Octal134253365601224113610647
Binary101110010101011111101011100101001010000110111101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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