Html Css Color HEX #32E016 Lime Green

📋 copy color: '#32E016'

red 50 ◦ green 224 ◦ blue 22

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

Shades of Lime Green #32E016

Tints of Lime Green #32E016

RGB

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

 GREEN value IS 224 (87.89% from 255) = 75.68%

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

R = 16.89%
G = 75.68%
B = 7.43%

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

#32E016 (or 0x32E016) is known color: Lime Green. HEX triplet: 32, E0 and 16. RGB value is (50,224,22). Sum of RGB (Red+Green+Blue) = 50+224+22=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 224 (87.89% from 255 or 75.68% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 224 - color contains mainly: green. Hex color #32E016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E016 is #CD1FE9. Grayscale: #959595. Windows color (decimal): -13443050 or 1499186. OLE color: 1499186.

HSL color Cylindrical-coordinate representation of color #32E016: hue angle of 111.68º 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 #32E016 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 224 22 -
CMYK 0.78 0 0.90 0.12
HSL 111.68º 0.82% 0.48% -
HSV(B) 111.68º 0.9% 0.88% -
XYZ 28.12 54.05 9.71 -
YUV 148.95 56.35 57.43 -
System Red Green Blue C M Y K H S L
Decimal 50 224 22 0.78 0 0.90 0.12 111.68 0.82 0.48
Hex 32 E0 16 4E 0 5A C 70 52 30
Octal 62 340 26 116 0 132 14 160 122 60
Binary 110010 11100000 10110 1001110 0 1011010 1100 1110000 1010010 110000

Color Harmonies of #32E016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E016

Black with #32E016

Text Example


Text Example

White with #32E016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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