#5FA92E

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

Shades of Limeade #5FA92E

Tints of Limeade #5FA92E

Color information

#5FA92E (or 0x5FA92E) is unknown color: approx Limeade. HEX triplet: 5F, A9 and 2E. RGB value is (95,169,46). Sum of RGB (Red+Green+Blue) = 95+169+46=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 169 (66.41% from 255 or 54.52% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA92E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA92E is #A056D1. Grayscale: #858585. Windows color (decimal): -10507986 or 3058015. OLE color: 3058015.

HSL color Cylindrical-coordinate representation of color #5FA92E: hue angle of 96.1º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FA92E is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB9516946-
CMYK0.4400.730.34
HSL96.1º57.21%42.16%-
HSV(B)96.1º72.78%66.27%-
XYZ19.431.017.55-
YUV132.8578.98101-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.65%
GREEN value IS 169 (66.41% from 255) = 54.52%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=30.65%
G=54.52%
B=14.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal95169460.4400.730.3496.157.2142.16
Hex5FA92E2C0492260392a
Octal13725156540111421407152
Binary101111110101001101110101100010010011000101100000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,169,46); }

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

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

 a { background-color: rgb(95,169,46); }

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

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

 span { border-color: rgb(95,169,46); }

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