Html Css Color HEX #52DB37 Lime Green

📋 copy color: '#52DB37'

red 82 ◦ green 219 ◦ blue 55

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

Shades of Lime Green #52DB37

Tints of Lime Green #52DB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 61.52%

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

R = 23.03%
G = 61.52%
B = 15.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#52DB37 (or 0x52DB37) is known color: Lime Green. HEX triplet: 52, DB and 37. RGB value is (82,219,55). Sum of RGB (Red+Green+Blue) = 82+219+55=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DB37 is #AD24C8. Grayscale: #9F9F9F. Windows color (decimal): -11347145 or 3660626. OLE color: 3660626.

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

Color convert

RGB 82 219 55 -
CMYK 0.63 0 0.75 0.14
HSL 110.12º 0.69% 0.54% -
HSV(B) 110.12º 0.75% 0.86% -
XYZ 29.5 52.73 12.24 -
YUV 159.34 69.11 72.84 -
System Red Green Blue C M Y K H S L
Decimal 82 219 55 0.63 0 0.75 0.14 110.12 0.69 0.54
Hex 52 DB 37 3F 0 4B E 6E 45 36
Octal 122 333 67 77 0 113 16 156 105 66
Binary 1010010 11011011 110111 111111 0 1001011 1110 1101110 1000101 110110

Color Harmonies of #52DB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB37

Black with #52DB37

Text Example


Text Example

White with #52DB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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