Html Css Color HEX #52DD37 Lime Green

📋 copy color: '#52DD37'

red 82 ◦ green 221 ◦ blue 55

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

Shades of Lime Green #52DD37

Tints of Lime Green #52DD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.36%

R = 22.91%
G = 61.73%
B = 15.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#52DD37 (or 0x52DD37) is known color: Lime Green. HEX triplet: 52, DD and 37. RGB value is (82,221,55). Sum of RGB (Red+Green+Blue) = 82+221+55=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DD37 is #AD22C8. Grayscale: #A1A1A1. Windows color (decimal): -11346633 or 3661138. OLE color: 3661138.

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

Color convert

RGB 82 221 55 -
CMYK 0.63 0 0.75 0.13
HSL 110.24º 0.71% 0.54% -
HSV(B) 110.24º 0.75% 0.87% -
XYZ 30.03 53.78 12.41 -
YUV 160.52 68.45 72 -
System Red Green Blue C M Y K H S L
Decimal 82 221 55 0.63 0 0.75 0.13 110.24 0.71 0.54
Hex 52 DD 37 3F 0 4B D 6E 47 36
Octal 122 335 67 77 0 113 15 156 107 66
Binary 1010010 11011101 110111 111111 0 1001011 1101 1101110 1000111 110110

Color Harmonies of #52DD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD37

Black with #52DD37

Text Example


Text Example

White with #52DD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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