Html Css Color HEX #52DB35 Lime Green

📋 copy color: '#52DB35'

red 82 ◦ green 219 ◦ blue 53

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

Shades of Lime Green #52DB35

Tints of Lime Green #52DB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.97%

R = 23.16%
G = 61.86%
B = 14.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#52DB35 (or 0x52DB35) is known color: Lime Green. HEX triplet: 52, DB and 35. RGB value is (82,219,53). Sum of RGB (Red+Green+Blue) = 82+219+53=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 219 (85.94% from 255 or 61.86% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DB35 is #AD24CA. Grayscale: #9F9F9F. Windows color (decimal): -11347147 or 3529554. OLE color: 3529554.

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

Color convert

RGB 82 219 53 -
CMYK 0.63 0 0.76 0.14
HSL 109.52º 0.7% 0.53% -
HSV(B) 109.52º 0.76% 0.86% -
XYZ 29.45 52.71 11.99 -
YUV 159.11 68.11 73 -
System Red Green Blue C M Y K H S L
Decimal 82 219 53 0.63 0 0.76 0.14 109.52 0.7 0.53
Hex 52 DB 35 3F 0 4C E 6E 46 35
Octal 122 333 65 77 0 114 16 156 106 65
Binary 1010010 11011011 110101 111111 0 1001100 1110 1101110 1000110 110101

Color Harmonies of #52DB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB35

Black with #52DB35

Text Example


Text Example

White with #52DB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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