#46E02D

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

Shades of Lime Green #46E02D

Tints of Lime Green #46E02D

Color information

#46E02D (or 0x46E02D) is unknown color: approx Lime Green. HEX triplet: 46, E0 and 2D. RGB value is (70,224,45). Sum of RGB (Red+Green+Blue) = 70+224+45=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 224 (87.89% from 255 or 66.08% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 224 - color contains mainly: green. Hex color #46E02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E02D is #B91FD2. Grayscale: #9E9E9E. Windows color (decimal): -12132307 or 3006534. OLE color: 3006534.

HSL color Cylindrical-coordinate representation of color #46E02D: hue angle of 111.62º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46E02D is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB7022445-
CMYK0.6900.800.12
HSL111.62º74.27%52.75%-
HSV(B)111.62º79.91%87.84%-
XYZ29.6654.811.5-
YUV157.5564.4865.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 224 (87.89% from 255) = 66.08%
BLUE value IS 45 (17.97% from 255) = 13.27%
R=20.65%
G=66.08%
B=13.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal70224450.6900.800.12111.6274.2752.75
Hex46E02D45050C704a35
Octal1063405510501201416011265
Binary100011011100000101101100010101010000110011100001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,224,45); }

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

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

 a { background-color: rgb(70,224,45); }

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

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

 span { border-color: rgb(70,224,45); }

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