#5CA62E

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

Shades of Limeade #5CA62E

Tints of Limeade #5CA62E

Color information

#5CA62E (or 0x5CA62E) is unknown color: approx Limeade. HEX triplet: 5C, A6 and 2E. RGB value is (92,166,46). Sum of RGB (Red+Green+Blue) = 92+166+46=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA62E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA62E is #A359D1. Grayscale: #828282. Windows color (decimal): -10705362 or 3057244. OLE color: 3057244.

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

Color convert

RGB9216646-
CMYK0.4500.720.35
HSL97º56.6%41.57%-
HSV(B)97º72.29%65.1%-
XYZ18.5429.757.35-
YUV130.1980.48100.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.26%
GREEN value IS 166 (65.23% from 255) = 54.61%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=30.26%
G=54.61%
B=15.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92166460.4500.720.359756.641.57
Hex5CA62E2D0482361392a
Octal13424656550110431417152
Binary101110010100110101110101101010010001000111100001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,166,46); }

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

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

 a { background-color: rgb(92,166,46); }

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

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

 span { border-color: rgb(92,166,46); }

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