#52982D

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

Shades of Limeade #52982D

Tints of Limeade #52982D

Color information

#52982D (or 0x52982D) is unknown color: approx Limeade. HEX triplet: 52, 98 and 2D. RGB value is (82,152,45). Sum of RGB (Red+Green+Blue) = 82+152+45=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #52982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52982D is #AD67D2. Grayscale: #777777. Windows color (decimal): -11364307 or 2988114. OLE color: 2988114.

HSL color Cylindrical-coordinate representation of color #52982D: hue angle of 99.25º 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 #52982D is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB8215245-
CMYK0.4600.700.40
HSL99.25º54.31%38.63%-
HSV(B)99.25º70.39%59.61%-
XYZ15.1824.446.4-
YUV118.8786.31101.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 152 (59.77% from 255) = 54.48%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=29.39%
G=54.48%
B=16.13%

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
Decimal82152450.4600.700.4099.2554.3138.63
Hex52982D2E04628633627
Octal12223055560106501436647
Binary101001010011000101101101110010001101010001100011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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