Html Css Color HEX #32E215 Lime Green

📋 copy color: '#32E215'

red 50 ◦ green 226 ◦ blue 21

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

Shades of Lime Green #32E215

Tints of Lime Green #32E215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 16.84%
G = 76.09%
B = 7.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#32E215 (or 0x32E215) is known color: Lime Green. HEX triplet: 32, E2 and 15. RGB value is (50,226,21). Sum of RGB (Red+Green+Blue) = 50+226+21=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 226 (88.67% from 255 or 76.09% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 226 - color contains mainly: green. Hex color #32E215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E215 is #CD1DEA. Grayscale: #969696. Windows color (decimal): -13442539 or 1434162. OLE color: 1434162.

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

Color convert

RGB 50 226 21 -
CMYK 0.78 0 0.91 0.11
HSL 111.51º 0.83% 0.48% -
HSV(B) 111.51º 0.91% 0.89% -
XYZ 28.65 55.12 9.84 -
YUV 150.01 55.19 56.67 -
System Red Green Blue C M Y K H S L
Decimal 50 226 21 0.78 0 0.91 0.11 111.51 0.83 0.48
Hex 32 E2 15 4E 0 5B B 70 53 30
Octal 62 342 25 116 0 133 13 160 123 60
Binary 110010 11100010 10101 1001110 0 1011011 1011 1110000 1010011 110000

Color Harmonies of #32E215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E215

Black with #32E215

Text Example


Text Example

White with #32E215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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