#5ca12f

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

Shades of Limeade #5CA12F

Tints of Limeade #5CA12F

Color information

#5CA12F (or 0x5CA12F) is unknown color: approx Limeade. HEX triplet: 5C, A1 and 2F. RGB value is (92,161,47). Sum of RGB (Red+Green+Blue) = 92+161+47=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA12F is #A35ED0. Grayscale: #7F7F7F. Windows color (decimal): -10706641 or 3121500. OLE color: 3121500.

HSL color Cylindrical-coordinate representation of color #5CA12F: hue angle of 96.32º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CA12F is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB9216147-
CMYK0.4300.710.37
HSL96.32º54.81%40.78%-
HSV(B)96.32º70.81%63.14%-
XYZ17.6727.977.16-
YUV127.3782.64102.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.67%
GREEN value IS 161 (63.28% from 255) = 53.67%
BLUE value IS 47 (18.75% from 255) = 15.67%
R=30.67%
G=53.67%
B=15.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal92161470.4300.710.3796.3254.8140.78
Hex5CA12F2B04725603729
Octal13424157530107451406751
Binary101110010100001101111101011010001111001011100000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ca12f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,161,47); }

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

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

 a { background-color: rgb(92,161,47); }

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

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

 span { border-color: rgb(92,161,47); }

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