#46E232

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

Shades of Lime Green #46E232

Tints of Lime Green #46E232

Color information

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

HSL color Cylindrical-coordinate representation of color #46E232: hue angle of 113.18º 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 #46E232 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB7022650-
CMYK0.6900.780.11
HSL113.18º75.21%54.12%-
HSV(B)113.18º77.88%88.63%-
XYZ30.355.9312.22-
YUV159.2966.3264.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal70226500.6900.780.11113.1875.2154.12
Hex46E2324504EB714b36
Octal1063426210501161316111366
Binary100011011100010110010100010101001110101111100011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46E232; }

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

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

<style>
 a { background-color: #46E232; }

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

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

<style>
 span { border-color: #46E232; }

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

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