#32E246

Color #32E246 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #32E246

Tints of Lime Green #32E246

Color information

#32E246 (or 0x32E246) is unknown color: approx Lime Green. HEX triplet: 32, E2 and 46. RGB value is (50,226,70). Sum of RGB (Red+Green+Blue) = 50+226+70=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 226 (88.67% from 255 or 65.32% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 226 - color contains mainly: green. Hex color #32E246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E246 is #CD1DB9. Grayscale: #9C9C9C. Windows color (decimal): -13442490 or 4645426. OLE color: 4645426.

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

Color convert

RGB5022670-
CMYK0.7800.690.11
HSL126.82º75.21%54.12%-
HSV(B)126.82º77.88%88.63%-
XYZ29.6255.5114.95-
YUV155.5979.6952.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.45%
GREEN value IS 226 (88.67% from 255) = 65.32%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=14.45%
G=65.32%
B=20.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal50226700.7800.690.11126.8275.2154.12
Hex32E2464E045B7f4b36
Octal6234210611601051317711366
Binary110010111000101000110100111001000101101111111111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32E246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32E246;
 }
 .AnyTagClassName
 {
   color: #32E246;
 }
</style>
background-color css

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

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

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

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

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

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