Html Css Color HEX #52A419 Limeade

📋 copy color: '#52A419'

red 82 ◦ green 164 ◦ blue 25

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

Shades of Limeade #52A419

Tints of Limeade #52A419

RGB

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

 GREEN value IS 164 (64.45% from 255) = 60.52%

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

R = 30.26%
G = 60.52%
B = 9.23%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#52A419 (or 0x52A419) is known color: Limeade. HEX triplet: 52, A4 and 19. RGB value is (82,164,25). Sum of RGB (Red+Green+Blue) = 82+164+25=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 164 (64.45% from 255 or 60.52% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 164 - color contains mainly: green. Hex color #52A419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A419 is #AD5BE6. Grayscale: #7C7C7C. Windows color (decimal): -11361255 or 1680466. OLE color: 1680466.

HSL color Cylindrical-coordinate representation of color #52A419: hue angle of 95.4º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52A419 is Cyan = 0.5, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 164 25 -
CMYK 0.5 0 0.85 0.36
HSL 95.4º 0.74% 0.37% -
HSV(B) 95.4º 0.85% 0.64% -
XYZ 16.93 28.41 5.51 -
YUV 123.64 72.33 98.3 -
System Red Green Blue C M Y K H S L
Decimal 82 164 25 0.5 0 0.85 0.36 95.4 0.74 0.37
Hex 52 A4 19 32 0 55 24 5F 4A 25
Octal 122 244 31 62 0 125 44 137 112 45
Binary 1010010 10100100 11001 110010 0 1010101 100100 1011111 1001010 100101

Color Harmonies of #52A419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A419

Black with #52A419

Text Example


Text Example

White with #52A419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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