#5FA234

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

Shades of Limeade #5FA234

Tints of Limeade #5FA234

Color information

#5FA234 (or 0x5FA234) is unknown color: approx Limeade. HEX triplet: 5F, A2 and 34. RGB value is (95,162,52). Sum of RGB (Red+Green+Blue) = 95+162+52=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA234 is #A05DCB. Grayscale: #818181. Windows color (decimal): -10509772 or 3449439. OLE color: 3449439.

HSL color Cylindrical-coordinate representation of color #5FA234: hue angle of 96.55º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FA234 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB9516252-
CMYK0.4100.680.36
HSL96.55º51.4%41.96%-
HSV(B)96.55º67.9%63.53%-
XYZ18.2628.527.79-
YUV129.4384.3103.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.74%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=30.74%
G=52.43%
B=16.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95162520.4100.680.3696.5551.441.96
Hex5FA234290442461332a
Octal13724264510104441416352
Binary101111110100010110100101001010001001001001100001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,162,52); }

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

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

 a { background-color: rgb(95,162,52); }

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

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

 span { border-color: rgb(95,162,52); }

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