#52961E

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

Shades of Limeade #52961E

Tints of Limeade #52961E

Color information

#52961E (or 0x52961E) is unknown color: approx Limeade. HEX triplet: 52, 96 and 1E. RGB value is (82,150,30). Sum of RGB (Red+Green+Blue) = 82+150+30=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #52961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52961E is #AD69E1. Grayscale: #747474. Windows color (decimal): -11364834 or 2004562. OLE color: 2004562.

HSL color Cylindrical-coordinate representation of color #52961E: hue angle of 94º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52961E is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB8215030-
CMYK0.4500.800.41
HSL94º66.67%35.29%-
HSV(B)94º80%58.82%-
XYZ14.6223.75.03-
YUV115.9979.47103.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 150 (58.98% from 255) = 57.25%
BLUE value IS 30 (12.11% from 255) = 11.45%
R=31.30%
G=57.25%
B=11.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150300.4500.800.419466.6735.29
Hex52961E2D050295e4323
Octal122226365501205113610343
Binary101001010010110111101011010101000010100110111101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52961E; }

 p { color: rgb(82,150,30); }

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

<style>
 a { background-color: #52961E; }

 a { background-color: rgb(82,150,30); }

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

<style>
 span { border-color: #52961E; }

 span { border-color: rgb(82,150,30); }

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