Html Css Color HEX #32E221 Lime Green

📋 copy color: '#32E221'

red 50 ◦ green 226 ◦ blue 33

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

Shades of Lime Green #32E221

Tints of Lime Green #32E221

RGB

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

 GREEN value IS 226 (88.67% from 255) = 73.14%

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 16.18%
G = 73.14%
B = 10.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#32E221 (or 0x32E221) is known color: Lime Green. HEX triplet: 32, E2 and 21. RGB value is (50,226,33). Sum of RGB (Red+Green+Blue) = 50+226+33=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 226 (88.67% from 255 or 73.14% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 226 - color contains mainly: green. Hex color #32E221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E221 is #CD1DDE. Grayscale: #979797. Windows color (decimal): -13442527 or 2220594. OLE color: 2220594.

HSL color Cylindrical-coordinate representation of color #32E221: hue angle of 114.72º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32E221 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 226 33 -
CMYK 0.78 0 0.85 0.11
HSL 114.72º 0.77% 0.51% -
HSV(B) 114.72º 0.85% 0.89% -
XYZ 28.79 55.18 10.57 -
YUV 151.37 61.19 55.69 -
System Red Green Blue C M Y K H S L
Decimal 50 226 33 0.78 0 0.85 0.11 114.72 0.77 0.51
Hex 32 E2 21 4E 0 55 B 73 4D 33
Octal 62 342 41 116 0 125 13 163 115 63
Binary 110010 11100010 100001 1001110 0 1010101 1011 1110011 1001101 110011

Color Harmonies of #32E221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E221

Black with #32E221

Text Example


Text Example

White with #32E221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,226,33); }

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

background-color css

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

 a { background-color: rgb(50,226,33); }

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

border-color css

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

 span { border-color: rgb(50,226,33); }

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