#52962B

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

Shades of Limeade #52962B

Tints of Limeade #52962B

Color information

#52962B (or 0x52962B) is unknown color: approx Limeade. HEX triplet: 52, 96 and 2B. RGB value is (82,150,43). Sum of RGB (Red+Green+Blue) = 82+150+43=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #52962B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52962B is #AD69D4. Grayscale: #757575. Windows color (decimal): -11364821 or 2856530. OLE color: 2856530.

HSL color Cylindrical-coordinate representation of color #52962B: hue angle of 98.13º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52962B is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB8215043-
CMYK0.4500.710.41
HSL98.13º55.44%37.84%-
HSV(B)98.13º71.33%58.82%-
XYZ14.8223.786.09-
YUV117.4785.97102.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 150 (58.98% from 255) = 54.55%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=29.82%
G=54.55%
B=15.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150430.4500.710.4198.1355.4437.84
Hex52962B2D04729623726
Octal12222653550107511426746
Binary101001010010110101011101101010001111010011100010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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