Html Css Color HEX #52DD33 Lime Green

📋 copy color: '#52DD33'

red 82 ◦ green 221 ◦ blue 51

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

Shades of Lime Green #52DD33

Tints of Lime Green #52DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.41%

R = 23.16%
G = 62.43%
B = 14.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#52DD33 (or 0x52DD33) is known color: Lime Green. HEX triplet: 52, DD and 33. RGB value is (82,221,51). Sum of RGB (Red+Green+Blue) = 82+221+51=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DD33 is #AD22CC. Grayscale: #A0A0A0. Windows color (decimal): -11346637 or 3398994. OLE color: 3398994.

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

Color convert

RGB 82 221 51 -
CMYK 0.63 0 0.77 0.13
HSL 109.06º 0.71% 0.53% -
HSV(B) 109.06º 0.77% 0.87% -
XYZ 29.93 53.75 11.93 -
YUV 160.06 66.45 72.32 -
System Red Green Blue C M Y K H S L
Decimal 82 221 51 0.63 0 0.77 0.13 109.06 0.71 0.53
Hex 52 DD 33 3F 0 4D D 6D 47 35
Octal 122 335 63 77 0 115 15 155 107 65
Binary 1010010 11011101 110011 111111 0 1001101 1101 1101101 1000111 110101

Color Harmonies of #52DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD33

Black with #52DD33

Text Example


Text Example

White with #52DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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