Html Css Color HEX #32DD11 Lime Green

📋 copy color: '#32DD11'

red 50 ◦ green 221 ◦ blue 17

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

Shades of Lime Green #32DD11

Tints of Lime Green #32DD11

RGB

 RED value IS 50 (19.92% from 255) = 17.36%

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

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 17.36%
G = 76.74%
B = 5.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#32DD11 (or 0x32DD11) is known color: Lime Green. HEX triplet: 32, DD and 11. RGB value is (50,221,17). Sum of RGB (Red+Green+Blue) = 50+221+17=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DD11 is #CD22EE. Grayscale: #939393. Windows color (decimal): -13443823 or 1170738. OLE color: 1170738.

HSL color Cylindrical-coordinate representation of color #32DD11: hue angle of 110.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32DD11 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 221 17 -
CMYK 0.77 0 0.92 0.13
HSL 110.29º 0.86% 0.47% -
HSV(B) 110.29º 0.92% 0.87% -
XYZ 27.27 52.43 9.21 -
YUV 146.62 54.85 59.09 -
System Red Green Blue C M Y K H S L
Decimal 50 221 17 0.77 0 0.92 0.13 110.29 0.86 0.47
Hex 32 DD 11 4D 0 5C D 6E 56 2F
Octal 62 335 21 115 0 134 15 156 126 57
Binary 110010 11011101 10001 1001101 0 1011100 1101 1101110 1010110 101111

Color Harmonies of #32DD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DD11

Black with #32DD11

Text Example


Text Example

White with #32DD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32DD11; }

 p { color: rgb(50,221,17); }

 H1.HeaderClassName
 {
   color: #32DD11;
 }
 .AnyTagClassName
 {
   color: #32DD11;
 }
</style>

background-color css

<style>
 a { background-color: #32DD11; }

 a { background-color: rgb(50,221,17); }

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

border-color css

<style>
 span { border-color: #32DD11; }

 span { border-color: rgb(50,221,17); }

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