Html Css Color HEX #32E117 Lime Green

📋 copy color: '#32E117'

red 50 ◦ green 225 ◦ blue 23

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

Shades of Lime Green #32E117

Tints of Lime Green #32E117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.72%

R = 16.78%
G = 75.5%
B = 7.72%

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

#32E117 (or 0x32E117) is known color: Lime Green. HEX triplet: 32, E1 and 17. RGB value is (50,225,23). Sum of RGB (Red+Green+Blue) = 50+225+23=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #32E117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E117 is #CD1EE8. Grayscale: #969696. Windows color (decimal): -13442793 or 1564978. OLE color: 1564978.

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

Color convert

RGB 50 225 23 -
CMYK 0.78 0 0.90 0.12
HSL 111.98º 0.81% 0.49% -
HSV(B) 111.98º 0.9% 0.88% -
XYZ 28.4 54.59 9.85 -
YUV 149.65 56.52 56.93 -
System Red Green Blue C M Y K H S L
Decimal 50 225 23 0.78 0 0.90 0.12 111.98 0.81 0.49
Hex 32 E1 17 4E 0 5A C 70 51 31
Octal 62 341 27 116 0 132 14 160 121 61
Binary 110010 11100001 10111 1001110 0 1011010 1100 1110000 1010001 110001

Color Harmonies of #32E117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E117

Black with #32E117

Text Example


Text Example

White with #32E117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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