Html Css Color HEX #52A122 Limeade

📋 copy color: '#52A122'

red 82 ◦ green 161 ◦ blue 34

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

Shades of Limeade #52A122

Tints of Limeade #52A122

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.12%

 BLUE value IS 34 (13.67% from 255) = 12.27%

R = 29.6%
G = 58.12%
B = 12.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#52A122 (or 0x52A122) is known color: Limeade. HEX triplet: 52, A1 and 22. RGB value is (82,161,34). Sum of RGB (Red+Green+Blue) = 82+161+34=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #52A122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A122 is #AD5EDD. Grayscale: #7B7B7B. Windows color (decimal): -11362014 or 2269522. OLE color: 2269522.

HSL color Cylindrical-coordinate representation of color #52A122: hue angle of 97.32º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52A122 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 161 34 -
CMYK 0.49 0 0.79 0.37
HSL 97.32º 0.65% 0.38% -
HSV(B) 97.32º 0.79% 0.63% -
XYZ 16.51 27.4 5.93 -
YUV 122.9 77.83 98.83 -
System Red Green Blue C M Y K H S L
Decimal 82 161 34 0.49 0 0.79 0.37 97.32 0.65 0.38
Hex 52 A1 22 31 0 4F 25 61 41 26
Octal 122 241 42 61 0 117 45 141 101 46
Binary 1010010 10100001 100010 110001 0 1001111 100101 1100001 1000001 100110

Color Harmonies of #52A122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A122

Black with #52A122

Text Example


Text Example

White with #52A122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,161,34); }

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

background-color css

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

 a { background-color: rgb(82,161,34); }

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

border-color css

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

 span { border-color: rgb(82,161,34); }

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