Html Css Color HEX #32D410 Lime Green

📋 copy color: '#32D410'

red 50 ◦ green 212 ◦ blue 16

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

Shades of Lime Green #32D410

Tints of Lime Green #32D410

RGB

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

 GREEN value IS 212 (83.2% from 255) = 76.26%

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

R = 17.99%
G = 76.26%
B = 5.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#32D410 (or 0x32D410) is known color: Lime Green. HEX triplet: 32, D4 and 10. RGB value is (50,212,16). Sum of RGB (Red+Green+Blue) = 50+212+16=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 212 (83.20% from 255 or 76.26% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 212 - color contains mainly: green. Hex color #32D410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D410 is #CD2BEF. Grayscale: #8D8D8D. Windows color (decimal): -13446128 or 1102898. OLE color: 1102898.

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

Color convert

RGB 50 212 16 -
CMYK 0.76 0 0.92 0.17
HSL 109.59º 0.86% 0.45% -
HSV(B) 109.59º 0.92% 0.83% -
XYZ 24.95 47.8 8.4 -
YUV 141.22 57.33 62.94 -
System Red Green Blue C M Y K H S L
Decimal 50 212 16 0.76 0 0.92 0.17 109.59 0.86 0.45
Hex 32 D4 10 4C 0 5C 11 6E 56 2D
Octal 62 324 20 114 0 134 21 156 126 55
Binary 110010 11010100 10000 1001100 0 1011100 10001 1101110 1010110 101101

Color Harmonies of #32D410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D410

Black with #32D410

Text Example


Text Example

White with #32D410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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