Html Css Color HEX #32DC42 Lime Green

📋 copy color: '#32DC42'

red 50 ◦ green 220 ◦ blue 66

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

Shades of Lime Green #32DC42

Tints of Lime Green #32DC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 14.88%
G = 65.48%
B = 19.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#32DC42 (or 0x32DC42) is known color: Lime Green. HEX triplet: 32, DC and 42. RGB value is (50,220,66). Sum of RGB (Red+Green+Blue) = 50+220+66=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC42 is #CD23BD. Grayscale: #989898. Windows color (decimal): -13444030 or 4381746. OLE color: 4381746.

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

Color convert

RGB 50 220 66 -
CMYK 0.77 0 0.7 0.14
HSL 125.65º 0.71% 0.53% -
HSV(B) 125.65º 0.77% 0.86% -
XYZ 27.89 52.26 13.77 -
YUV 151.61 79.68 55.52 -
System Red Green Blue C M Y K H S L
Decimal 50 220 66 0.77 0 0.7 0.14 125.65 0.71 0.53
Hex 32 DC 42 4D 0 46 E 7E 47 35
Octal 62 334 102 115 0 106 16 176 107 65
Binary 110010 11011100 1000010 1001101 0 1000110 1110 1111110 1000111 110101

Color Harmonies of #32DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DC42

Black with #32DC42

Text Example


Text Example

White with #32DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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