#46C22E

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

Shades of Lime Green #46C22E

Tints of Lime Green #46C22E

Color information

#46C22E (or 0x46C22E) is unknown color: approx Lime Green. HEX triplet: 46, C2 and 2E. RGB value is (70,194,46). Sum of RGB (Red+Green+Blue) = 70+194+46=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #46C22E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C22E is #B93DD1. Grayscale: #8C8C8C. Windows color (decimal): -12139986 or 3064390. OLE color: 3064390.

HSL color Cylindrical-coordinate representation of color #46C22E: hue angle of 110.27º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46C22E is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB7019446-
CMYK0.6400.760.24
HSL110.27º61.67%47.06%-
HSV(B)110.27º76.29%76.08%-
XYZ22.3140.089.15-
YUV140.0574.9278.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 194 (76.17% from 255) = 62.58%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=22.58%
G=62.58%
B=14.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70194460.6400.760.24110.2761.6747.06
Hex46C22E4004C186e3e2f
Octal106302561000114301567657
Binary100011011000010101110100000001001100110001101110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,194,46); }

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

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

 a { background-color: rgb(70,194,46); }

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

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

 span { border-color: rgb(70,194,46); }

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