Html Css Color HEX #52A51E Limeade

📋 copy color: '#52A51E'

red 82 ◦ green 165 ◦ blue 30

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

Shades of Limeade #52A51E

Tints of Limeade #52A51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.57%

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

R = 29.6%
G = 59.57%
B = 10.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#52A51E (or 0x52A51E) is known color: Limeade. HEX triplet: 52, A5 and 1E. RGB value is (82,165,30). Sum of RGB (Red+Green+Blue) = 82+165+30=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 165 (64.84% from 255 or 59.57% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 165 - color contains mainly: green. Hex color #52A51E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A51E is #AD5AE1. Grayscale: #7D7D7D. Windows color (decimal): -11360994 or 2008402. OLE color: 2008402.

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

Color convert

RGB 82 165 30 -
CMYK 0.50 0 0.82 0.35
HSL 96.89º 0.69% 0.38% -
HSV(B) 96.89º 0.82% 0.65% -
XYZ 17.17 28.8 5.88 -
YUV 124.79 74.5 97.48 -
System Red Green Blue C M Y K H S L
Decimal 82 165 30 0.50 0 0.82 0.35 96.89 0.69 0.38
Hex 52 A5 1E 32 0 52 23 61 45 26
Octal 122 245 36 62 0 122 43 141 105 46
Binary 1010010 10100101 11110 110010 0 1010010 100011 1100001 1000101 100110

Color Harmonies of #52A51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A51E

Black with #52A51E

Text Example


Text Example

White with #52A51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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