Html Css Color HEX #32DD3C Lime Green

📋 copy color: '#32DD3C'

red 50 ◦ green 221 ◦ blue 60

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

Shades of Lime Green #32DD3C

Tints of Lime Green #32DD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 15.11%
G = 66.77%
B = 18.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#32DD3C (or 0x32DD3C) is known color: Lime Green. HEX triplet: 32, DD and 3C. RGB value is (50,221,60). Sum of RGB (Red+Green+Blue) = 50+221+60=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DD3C is #CD22C3. Grayscale: #979797. Windows color (decimal): -13443780 or 3988786. OLE color: 3988786.

HSL color Cylindrical-coordinate representation of color #32DD3C: hue angle of 123.51º degrees, saturation: 0.72, 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 #32DD3C is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 221 60 -
CMYK 0.77 0 0.73 0.13
HSL 123.51º 0.72% 0.53% -
HSV(B) 123.51º 0.77% 0.87% -
XYZ 27.99 52.72 12.98 -
YUV 151.52 76.35 55.59 -
System Red Green Blue C M Y K H S L
Decimal 50 221 60 0.77 0 0.73 0.13 123.51 0.72 0.53
Hex 32 DD 3C 4D 0 49 D 7C 48 35
Octal 62 335 74 115 0 111 15 174 110 65
Binary 110010 11011101 111100 1001101 0 1001001 1101 1111100 1001000 110101

Color Harmonies of #32DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DD3C

Black with #32DD3C

Text Example


Text Example

White with #32DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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