Html Css Color HEX #52DD3E Lime Green

📋 copy color: '#52DD3E'

red 82 ◦ green 221 ◦ blue 62

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

Shades of Lime Green #52DD3E

Tints of Lime Green #52DD3E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.55%

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 22.47%
G = 60.55%
B = 16.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#52DD3E (or 0x52DD3E) is known color: Lime Green. HEX triplet: 52, DD and 3E. RGB value is (82,221,62). Sum of RGB (Red+Green+Blue) = 82+221+62=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DD3E is #AD22C1. Grayscale: #A1A1A1. Windows color (decimal): -11346626 or 4119890. OLE color: 4119890.

HSL color Cylindrical-coordinate representation of color #52DD3E: hue angle of 112.45º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52DD3E is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 221 62 -
CMYK 0.63 0 0.72 0.13
HSL 112.45º 0.7% 0.55% -
HSV(B) 112.45º 0.72% 0.87% -
XYZ 30.21 53.85 13.36 -
YUV 161.31 71.95 71.43 -
System Red Green Blue C M Y K H S L
Decimal 82 221 62 0.63 0 0.72 0.13 112.45 0.7 0.55
Hex 52 DD 3E 3F 0 48 D 70 46 37
Octal 122 335 76 77 0 110 15 160 106 67
Binary 1010010 11011101 111110 111111 0 1001000 1101 1110000 1000110 110111

Color Harmonies of #52DD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD3E

Black with #52DD3E

Text Example


Text Example

White with #52DD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,221,62); }

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

background-color css

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

 a { background-color: rgb(82,221,62); }

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

border-color css

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

 span { border-color: rgb(82,221,62); }

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