Html Css Color HEX #32D210 Lime Green

📋 copy color: '#32D210'

red 50 ◦ green 210 ◦ blue 16

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

Shades of Lime Green #32D210

Tints of Lime Green #32D210

RGB

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

 GREEN value IS 210 (82.42% from 255) = 76.09%

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 18.12%
G = 76.09%
B = 5.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#32D210 (or 0x32D210) is known color: Lime Green. HEX triplet: 32, D2 and 10. RGB value is (50,210,16). Sum of RGB (Red+Green+Blue) = 50+210+16=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 210 (82.42% from 255 or 76.09% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 210 - color contains mainly: green. Hex color #32D210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D210 is #CD2DEF. Grayscale: #8C8C8C. Windows color (decimal): -13446640 or 1102386. OLE color: 1102386.

HSL color Cylindrical-coordinate representation of color #32D210: hue angle of 109.48º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32D210 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 210 16 -
CMYK 0.76 0 0.92 0.18
HSL 109.48º 0.86% 0.44% -
HSV(B) 109.48º 0.92% 0.82% -
XYZ 24.46 46.81 8.24 -
YUV 140.04 57.99 63.77 -
System Red Green Blue C M Y K H S L
Decimal 50 210 16 0.76 0 0.92 0.18 109.48 0.86 0.44
Hex 32 D2 10 4C 0 5C 12 6D 56 2C
Octal 62 322 20 114 0 134 22 155 126 54
Binary 110010 11010010 10000 1001100 0 1011100 10010 1101101 1010110 101100

Color Harmonies of #32D210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D210

Black with #32D210

Text Example


Text Example

White with #32D210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,210,16); }

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

background-color css

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

 a { background-color: rgb(50,210,16); }

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

border-color css

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

 span { border-color: rgb(50,210,16); }

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