Html Css Color HEX #32DE20 Lime Green

📋 copy color: '#32DE20'

red 50 ◦ green 222 ◦ blue 32

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

Shades of Lime Green #32DE20

Tints of Lime Green #32DE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 16.45%
G = 73.03%
B = 10.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#32DE20 (or 0x32DE20) is known color: Lime Green. HEX triplet: 32, DE and 20. RGB value is (50,222,32). Sum of RGB (Red+Green+Blue) = 50+222+32=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 222 (87.11% from 255 or 73.03% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE20 is #CD21DF. Grayscale: #959595. Windows color (decimal): -13443552 or 2154034. OLE color: 2154034.

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

Color convert

RGB 50 222 32 -
CMYK 0.77 0 0.86 0.13
HSL 114.32º 0.75% 0.5% -
HSV(B) 114.32º 0.86% 0.87% -
XYZ 27.7 53.02 10.14 -
YUV 148.91 62.02 57.45 -
System Red Green Blue C M Y K H S L
Decimal 50 222 32 0.77 0 0.86 0.13 114.32 0.75 0.5
Hex 32 DE 20 4D 0 56 D 72 4B 32
Octal 62 336 40 115 0 126 15 162 113 62
Binary 110010 11011110 100000 1001101 0 1010110 1101 1110010 1001011 110010

Color Harmonies of #32DE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DE20

Black with #32DE20

Text Example


Text Example

White with #32DE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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