Html Css Color HEX #32DC37 Lime Green

📋 copy color: '#32DC37'

red 50 ◦ green 220 ◦ blue 55

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

Shades of Lime Green #32DC37

Tints of Lime Green #32DC37

RGB

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

 GREEN value IS 220 (86.33% from 255) = 67.69%

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

R = 15.38%
G = 67.69%
B = 16.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#32DC37 (or 0x32DC37) is known color: Lime Green. HEX triplet: 32, DC and 37. RGB value is (50,220,55). Sum of RGB (Red+Green+Blue) = 50+220+55=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC37 is #CD23C8. Grayscale: #969696. Windows color (decimal): -13444041 or 3660850. OLE color: 3660850.

HSL color Cylindrical-coordinate representation of color #32DC37: hue angle of 121.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DC37 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 220 55 -
CMYK 0.77 0 0.75 0.14
HSL 121.76º 0.71% 0.53% -
HSV(B) 121.76º 0.77% 0.86% -
XYZ 27.6 52.14 12.22 -
YUV 150.36 74.18 56.42 -
System Red Green Blue C M Y K H S L
Decimal 50 220 55 0.77 0 0.75 0.14 121.76 0.71 0.53
Hex 32 DC 37 4D 0 4B E 7A 47 35
Octal 62 334 67 115 0 113 16 172 107 65
Binary 110010 11011100 110111 1001101 0 1001011 1110 1111010 1000111 110101

Color Harmonies of #32DC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DC37

Black with #32DC37

Text Example


Text Example

White with #32DC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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