#5F9E2C

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

Shades of Limeade #5F9E2C

Tints of Limeade #5F9E2C

Color information

#5F9E2C (or 0x5F9E2C) is unknown color: approx Limeade. HEX triplet: 5F, 9E and 2C. RGB value is (95,158,44). Sum of RGB (Red+Green+Blue) = 95+158+44=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9E2C is #A061D3. Grayscale: #7E7E7E. Windows color (decimal): -10510804 or 2924127. OLE color: 2924127.

HSL color Cylindrical-coordinate representation of color #5F9E2C: hue angle of 93.16º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F9E2C is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB9515844-
CMYK0.4000.720.38
HSL93.16º56.44%39.61%-
HSV(B)93.16º72.15%61.96%-
XYZ17.427.076.69-
YUV126.1781.63105.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.99%
GREEN value IS 158 (62.11% from 255) = 53.20%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=31.99%
G=53.20%
B=14.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95158440.4000.720.3893.1656.4439.61
Hex5F9E2C28048265d3828
Octal13723654500110461357050
Binary101111110011110101100101000010010001001101011101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,158,44); }

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

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

 a { background-color: rgb(95,158,44); }

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

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

 span { border-color: rgb(95,158,44); }

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