#46E12A

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

Shades of Lime Green #46E12A

Tints of Lime Green #46E12A

Color information

#46E12A (or 0x46E12A) is unknown color: approx Lime Green. HEX triplet: 46, E1 and 2A. RGB value is (70,225,42). Sum of RGB (Red+Green+Blue) = 70+225+42=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #46E12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E12A is #B91ED5. Grayscale: #9E9E9E. Windows color (decimal): -12132054 or 2810182. OLE color: 2810182.

HSL color Cylindrical-coordinate representation of color #46E12A: hue angle of 110.82º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46E12A is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB7022542-
CMYK0.6900.810.12
HSL110.82º75.31%52.35%-
HSV(B)110.82º81.33%88.24%-
XYZ29.8755.3211.29-
YUV157.7962.6565.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 225 (88.28% from 255) = 66.77%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=20.77%
G=66.77%
B=12.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal70225420.6900.810.12110.8275.3152.35
Hex46E12A45051C6f4b34
Octal1063415210501211415711364
Binary100011011100001101010100010101010001110011011111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,225,42); }

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

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

 a { background-color: rgb(70,225,42); }

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

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

 span { border-color: rgb(70,225,42); }

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