Html Css Color HEX #32DE37 Lime Green

📋 copy color: '#32DE37'

red 50 ◦ green 222 ◦ blue 55

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

Shades of Lime Green #32DE37

Tints of Lime Green #32DE37

RGB

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

 GREEN value IS 222 (87.11% from 255) = 67.89%

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

R = 15.29%
G = 67.89%
B = 16.82%

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

#32DE37 (or 0x32DE37) is known color: Lime Green. HEX triplet: 32, DE and 37. RGB value is (50,222,55). Sum of RGB (Red+Green+Blue) = 50+222+55=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 222 (87.11% from 255 or 67.89% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE37 is #CD21C8. Grayscale: #989898. Windows color (decimal): -13443529 or 3661362. OLE color: 3661362.

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

Color convert

RGB 50 222 55 -
CMYK 0.77 0 0.75 0.13
HSL 121.74º 0.72% 0.53% -
HSV(B) 121.74º 0.77% 0.87% -
XYZ 28.13 53.2 12.4 -
YUV 151.53 73.52 55.58 -
System Red Green Blue C M Y K H S L
Decimal 50 222 55 0.77 0 0.75 0.13 121.74 0.72 0.53
Hex 32 DE 37 4D 0 4B D 7A 48 35
Octal 62 336 67 115 0 113 15 172 110 65
Binary 110010 11011110 110111 1001101 0 1001011 1101 1111010 1001000 110101

Color Harmonies of #32DE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DE37

Black with #32DE37

Text Example


Text Example

White with #32DE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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