Html Css Color HEX #52A214 Limeade

📋 copy color: '#52A214'

red 82 ◦ green 162 ◦ blue 20

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

Shades of Limeade #52A214

Tints of Limeade #52A214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 31.06%
G = 61.36%
B = 7.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#52A214 (or 0x52A214) is known color: Limeade. HEX triplet: 52, A2 and 14. RGB value is (82,162,20). Sum of RGB (Red+Green+Blue) = 82+162+20=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #52A214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A214 is #AD5DEB. Grayscale: #7A7A7A. Windows color (decimal): -11361772 or 1352274. OLE color: 1352274.

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

Color convert

RGB 82 162 20 -
CMYK 0.49 0 0.88 0.36
HSL 93.8º 0.78% 0.36% -
HSV(B) 93.8º 0.88% 0.64% -
XYZ 16.53 27.69 5.13 -
YUV 121.89 70.5 99.55 -
System Red Green Blue C M Y K H S L
Decimal 82 162 20 0.49 0 0.88 0.36 93.8 0.78 0.36
Hex 52 A2 14 31 0 58 24 5E 4E 24
Octal 122 242 24 61 0 130 44 136 116 44
Binary 1010010 10100010 10100 110001 0 1011000 100100 1011110 1001110 100100

Color Harmonies of #52A214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A214

Black with #52A214

Text Example


Text Example

White with #52A214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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