#52982E

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

Shades of Limeade #52982E

Tints of Limeade #52982E

Color information

#52982E (or 0x52982E) is unknown color: approx Limeade. HEX triplet: 52, 98 and 2E. RGB value is (82,152,46). Sum of RGB (Red+Green+Blue) = 82+152+46=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #52982E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52982E is #AD67D1. Grayscale: #777777. Windows color (decimal): -11364306 or 3053650. OLE color: 3053650.

HSL color Cylindrical-coordinate representation of color #52982E: hue angle of 99.62º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52982E is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB8215246-
CMYK0.4600.700.40
HSL99.62º53.54%38.82%-
HSV(B)99.62º69.74%59.61%-
XYZ15.224.456.5-
YUV118.9986.81101.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 46 (18.36% from 255) = 16.43%
R=29.29%
G=54.29%
B=16.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152460.4600.700.4099.6253.5438.82
Hex52982E2E04628643627
Octal12223056560106501446647
Binary101001010011000101110101110010001101010001100100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,152,46); }

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

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

 a { background-color: rgb(82,152,46); }

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

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

 span { border-color: rgb(82,152,46); }

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