Html Css Color HEX #52A41E Limeade

📋 copy color: '#52A41E'

red 82 ◦ green 164 ◦ blue 30

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

Shades of Limeade #52A41E

Tints of Limeade #52A41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 29.71%
G = 59.42%
B = 10.87%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#52A41E (or 0x52A41E) is known color: Limeade. HEX triplet: 52, A4 and 1E. RGB value is (82,164,30). Sum of RGB (Red+Green+Blue) = 82+164+30=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #52A41E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A41E is #AD5BE1. Grayscale: #7C7C7C. Windows color (decimal): -11361250 or 2008146. OLE color: 2008146.

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

Color convert

RGB 82 164 30 -
CMYK 0.5 0 0.82 0.36
HSL 96.72º 0.69% 0.38% -
HSV(B) 96.72º 0.82% 0.64% -
XYZ 16.99 28.44 5.82 -
YUV 124.21 74.83 97.9 -
System Red Green Blue C M Y K H S L
Decimal 82 164 30 0.5 0 0.82 0.36 96.72 0.69 0.38
Hex 52 A4 1E 32 0 52 24 61 45 26
Octal 122 244 36 62 0 122 44 141 105 46
Binary 1010010 10100100 11110 110010 0 1010010 100100 1100001 1000101 100110

Color Harmonies of #52A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A41E

Black with #52A41E

Text Example


Text Example

White with #52A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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