#52971f

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

Shades of Limeade #52971F

Tints of Limeade #52971F

Color information

#52971F (or 0x52971F) is unknown color: approx Limeade. HEX triplet: 52, 97 and 1F. RGB value is (82,151,31). Sum of RGB (Red+Green+Blue) = 82+151+31=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 151 (59.38% from 255 or 57.20% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 151 - color contains mainly: green. Hex color #52971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52971F is #AD68E0. Grayscale: #757575. Windows color (decimal): -11364577 or 2070354. OLE color: 2070354.

HSL color Cylindrical-coordinate representation of color #52971F: hue angle of 94.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52971F is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB8215131-
CMYK0.4600.790.41
HSL94.5º65.93%35.69%-
HSV(B)94.5º79.47%59.22%-
XYZ14.7924.035.15-
YUV116.6979.64103.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 151 (59.38% from 255) = 57.20%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=31.06%
G=57.20%
B=11.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82151310.4600.790.4194.565.9335.69
Hex52971F2E04F295e4224
Octal122227375601175113610244
Binary101001010010111111111011100100111110100110111101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52971f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52971f; }

 p { color: rgb(82,151,31); }

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

<style>
 a { background-color: #52971f; }

 a { background-color: rgb(82,151,31); }

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

<style>
 span { border-color: #52971f; }

 span { border-color: rgb(82,151,31); }

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