Html Css Color HEX #52DD41 Lime Green

📋 copy color: '#52DD41'

red 82 ◦ green 221 ◦ blue 65

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

Shades of Lime Green #52DD41

Tints of Lime Green #52DD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 22.28%
G = 60.05%
B = 17.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#52DD41 (or 0x52DD41) is known color: Lime Green. HEX triplet: 52, DD and 41. RGB value is (82,221,65). Sum of RGB (Red+Green+Blue) = 82+221+65=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DD41 is #AD22BE. Grayscale: #A2A2A2. Windows color (decimal): -11346623 or 4316498. OLE color: 4316498.

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

Color convert

RGB 82 221 65 -
CMYK 0.63 0 0.71 0.13
HSL 113.46º 0.7% 0.56% -
HSV(B) 113.46º 0.71% 0.87% -
XYZ 30.29 53.89 13.81 -
YUV 161.66 73.45 71.18 -
System Red Green Blue C M Y K H S L
Decimal 82 221 65 0.63 0 0.71 0.13 113.46 0.7 0.56
Hex 52 DD 41 3F 0 47 D 71 46 38
Octal 122 335 101 77 0 107 15 161 106 70
Binary 1010010 11011101 1000001 111111 0 1000111 1101 1110001 1000110 111000

Color Harmonies of #52DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD41

Black with #52DD41

Text Example


Text Example

White with #52DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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