Html Css Color HEX #52A211 Limeade

📋 copy color: '#52A211'

red 82 ◦ green 162 ◦ blue 17

#52A211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #52A211

Tints of Limeade #52A211

RGB

 RED value IS 82 (32.42% from 255) = 31.42%

 GREEN value IS 162 (63.67% from 255) = 62.07%

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 31.42%
G = 62.07%
B = 6.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#52A211 (or 0x52A211) is known color: Limeade. HEX triplet: 52, A2 and 11. RGB value is (82,162,17). Sum of RGB (Red+Green+Blue) = 82+162+17=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #52A211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A211 is #AD5DEE. Grayscale: #7A7A7A. Windows color (decimal): -11361775 or 1155666. OLE color: 1155666.

HSL color Cylindrical-coordinate representation of color #52A211: hue angle of 93.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52A211 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 162 17 -
CMYK 0.49 0 0.90 0.36
HSL 93.1º 0.81% 0.35% -
HSV(B) 93.1º 0.9% 0.64% -
XYZ 16.5 27.67 5 -
YUV 121.55 69 99.79 -
System Red Green Blue C M Y K H S L
Decimal 82 162 17 0.49 0 0.90 0.36 93.1 0.81 0.35
Hex 52 A2 11 31 0 5A 24 5D 51 23
Octal 122 242 21 61 0 132 44 135 121 43
Binary 1010010 10100010 10001 110001 0 1011010 100100 1011101 1010001 100011

Color Harmonies of #52A211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A211

Black with #52A211

Text Example


Text Example

White with #52A211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A211; }

 p { color: rgb(82,162,17); }

 H1.HeaderClassName
 {
   color: #52A211;
 }
 .AnyTagClassName
 {
   color: #52A211;
 }
</style>

background-color css

<style>
 a { background-color: #52A211; }

 a { background-color: rgb(82,162,17); }

 div.DivClassName
 {
   background-color: #52A211;
 }
 .BgClassName
 {
   background-color: #52A211;
 }
</style>

border-color css

<style>
 span { border-color: #52A211; }

 span { border-color: rgb(82,162,17); }

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