Html Css Color HEX #32DD37 Lime Green

📋 copy color: '#32DD37'

red 50 ◦ green 221 ◦ blue 55

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

Shades of Lime Green #32DD37

Tints of Lime Green #32DD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 15.34%
G = 67.79%
B = 16.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#32DD37 (or 0x32DD37) is known color: Lime Green. HEX triplet: 32, DD and 37. RGB value is (50,221,55). Sum of RGB (Red+Green+Blue) = 50+221+55=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 221 (86.72% from 255 or 67.79% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DD37 is #CD22C8. Grayscale: #979797. Windows color (decimal): -13443785 or 3661106. OLE color: 3661106.

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

Color convert

RGB 50 221 55 -
CMYK 0.77 0 0.75 0.13
HSL 121.75º 0.72% 0.53% -
HSV(B) 121.75º 0.77% 0.87% -
XYZ 27.86 52.67 12.31 -
YUV 150.95 73.85 56 -
System Red Green Blue C M Y K H S L
Decimal 50 221 55 0.77 0 0.75 0.13 121.75 0.72 0.53
Hex 32 DD 37 4D 0 4B D 7A 48 35
Octal 62 335 67 115 0 113 15 172 110 65
Binary 110010 11011101 110111 1001101 0 1001011 1101 1111010 1001000 110101

Color Harmonies of #32DD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DD37

Black with #32DD37

Text Example


Text Example

White with #32DD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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