Html Css Color HEX #52DA4D Lime Green

📋 copy color: '#52DA4D'

red 82 ◦ green 218 ◦ blue 77

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

Shades of Lime Green #52DA4D

Tints of Lime Green #52DA4D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.82%

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 21.75%
G = 57.82%
B = 20.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#52DA4D (or 0x52DA4D) is known color: Lime Green. HEX triplet: 52, DA and 4D. RGB value is (82,218,77). Sum of RGB (Red+Green+Blue) = 82+218+77=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DA4D is #AD25B2. Grayscale: #A1A1A1. Windows color (decimal): -11347379 or 5102162. OLE color: 5102162.

HSL color Cylindrical-coordinate representation of color #52DA4D: hue angle of 117.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52DA4D is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 77 -
CMYK 0.62 0 0.65 0.15
HSL 117.87º 0.66% 0.58% -
HSV(B) 117.87º 0.65% 0.85% -
XYZ 29.89 52.47 15.57 -
YUV 161.26 80.44 71.46 -
System Red Green Blue C M Y K H S L
Decimal 82 218 77 0.62 0 0.65 0.15 117.87 0.66 0.58
Hex 52 DA 4D 3E 0 41 F 76 42 3A
Octal 122 332 115 76 0 101 17 166 102 72
Binary 1010010 11011010 1001101 111110 0 1000001 1111 1110110 1000010 111010

Color Harmonies of #52DA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA4D

Black with #52DA4D

Text Example


Text Example

White with #52DA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,218,77); }

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

background-color css

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

 a { background-color: rgb(82,218,77); }

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

border-color css

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

 span { border-color: rgb(82,218,77); }

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