Html Css Color HEX #52A019 Limeade

📋 copy color: '#52A019'

red 82 ◦ green 160 ◦ blue 25

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

Shades of Limeade #52A019

Tints of Limeade #52A019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.93%

 BLUE value IS 25 (10.16% from 255) = 9.36%

R = 30.71%
G = 59.93%
B = 9.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#52A019 (or 0x52A019) is known color: Limeade. HEX triplet: 52, A0 and 19. RGB value is (82,160,25). Sum of RGB (Red+Green+Blue) = 82+160+25=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #52A019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A019 is #AD5FE6. Grayscale: #797979. Windows color (decimal): -11362279 or 1679442. OLE color: 1679442.

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

Color convert

RGB 82 160 25 -
CMYK 0.49 0 0.84 0.37
HSL 94.67º 0.73% 0.36% -
HSV(B) 94.67º 0.84% 0.63% -
XYZ 16.23 27.01 5.28 -
YUV 121.29 73.66 99.98 -
System Red Green Blue C M Y K H S L
Decimal 82 160 25 0.49 0 0.84 0.37 94.67 0.73 0.36
Hex 52 A0 19 31 0 54 25 5F 49 24
Octal 122 240 31 61 0 124 45 137 111 44
Binary 1010010 10100000 11001 110001 0 1010100 100101 1011111 1001001 100100

Color Harmonies of #52A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A019

Black with #52A019

Text Example


Text Example

White with #52A019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,160,25); }

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

background-color css

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

 a { background-color: rgb(82,160,25); }

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

border-color css

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

 span { border-color: rgb(82,160,25); }

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