#52980B

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

Shades of Limeade #52980B

Tints of Limeade #52980B

Color information

#52980B (or 0x52980B) is unknown color: approx Limeade. HEX triplet: 52, 98 and 0B. RGB value is (82,152,11). Sum of RGB (Red+Green+Blue) = 82+152+11=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 152 (59.77% from 255 or 62.04% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 152 - color contains mainly: green. Hex color #52980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52980B is #AD67F4. Grayscale: #737373. Windows color (decimal): -11364341 or 759890. OLE color: 759890.

HSL color Cylindrical-coordinate representation of color #52980B: hue angle of 89.79º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52980B is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB8215211-
CMYK0.4600.930.40
HSL89.79º86.5%31.96%-
HSV(B)89.79º92.76%59.61%-
XYZ14.7724.274.22-
YUV11569.31104.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 152 (59.77% from 255) = 62.04%
BLUE value IS 11 (4.69% from 255) = 4.49%
R=33.47%
G=62.04%
B=4.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152110.4600.930.4089.7986.531.96
Hex5298B2E05D285a5720
Octal122230135601355013212740
Binary10100101001100010111011100101110110100010110101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52980B; }

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

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

<style>
 a { background-color: #52980B; }

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

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

<style>
 span { border-color: #52980B; }

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

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