Html Css Color HEX #52E049 Lime Green

📋 copy color: '#52E049'

red 82 ◦ green 224 ◦ blue 73

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

Shades of Lime Green #52E049

Tints of Lime Green #52E049

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.1%

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 21.64%
G = 59.1%
B = 19.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#52E049 (or 0x52E049) is known color: Lime Green. HEX triplet: 52, E0 and 49. RGB value is (82,224,73). Sum of RGB (Red+Green+Blue) = 82+224+73=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #52E049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E049 is #AD1FB6. Grayscale: #A4A4A4. Windows color (decimal): -11345847 or 4841554. OLE color: 4841554.

HSL color Cylindrical-coordinate representation of color #52E049: hue angle of 116.42º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52E049 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 224 73 -
CMYK 0.63 0 0.67 0.12
HSL 116.42º 0.71% 0.58% -
HSV(B) 116.42º 0.67% 0.88% -
XYZ 31.34 55.59 15.38 -
YUV 164.33 76.46 69.28 -
System Red Green Blue C M Y K H S L
Decimal 82 224 73 0.63 0 0.67 0.12 116.42 0.71 0.58
Hex 52 E0 49 3F 0 43 C 74 47 3A
Octal 122 340 111 77 0 103 14 164 107 72
Binary 1010010 11100000 1001001 111111 0 1000011 1100 1110100 1000111 111010

Color Harmonies of #52E049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E049

Black with #52E049

Text Example


Text Example

White with #52E049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,224,73); }

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

background-color css

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

 a { background-color: rgb(82,224,73); }

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

border-color css

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

 span { border-color: rgb(82,224,73); }

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