Html Css Color HEX #32E116 Lime Green

📋 copy color: '#32E116'

red 50 ◦ green 225 ◦ blue 22

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

Shades of Lime Green #32E116

Tints of Lime Green #32E116

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75.76%

 BLUE value IS 22 (8.98% from 255) = 7.41%

R = 16.84%
G = 75.76%
B = 7.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#32E116 (or 0x32E116) is known color: Lime Green. HEX triplet: 32, E1 and 16. RGB value is (50,225,22). Sum of RGB (Red+Green+Blue) = 50+225+22=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 225 (88.28% from 255 or 75.76% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 225 - color contains mainly: green. Hex color #32E116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E116 is #CD1EE9. Grayscale: #969696. Windows color (decimal): -13442794 or 1499442. OLE color: 1499442.

HSL color Cylindrical-coordinate representation of color #32E116: hue angle of 111.72º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32E116 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 225 22 -
CMYK 0.78 0 0.90 0.12
HSL 111.72º 0.82% 0.48% -
HSV(B) 111.72º 0.9% 0.88% -
XYZ 28.39 54.59 9.8 -
YUV 149.53 56.02 57.01 -
System Red Green Blue C M Y K H S L
Decimal 50 225 22 0.78 0 0.90 0.12 111.72 0.82 0.48
Hex 32 E1 16 4E 0 5A C 70 52 30
Octal 62 341 26 116 0 132 14 160 122 60
Binary 110010 11100001 10110 1001110 0 1011010 1100 1110000 1010010 110000

Color Harmonies of #32E116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E116

Black with #32E116

Text Example


Text Example

White with #32E116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,225,22); }

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

background-color css

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

 a { background-color: rgb(50,225,22); }

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

border-color css

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

 span { border-color: rgb(50,225,22); }

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