#46CE46

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

Shades of Lime Green #46CE46

Tints of Lime Green #46CE46

Color information

#46CE46 (or 0x46CE46) is unknown color: approx Lime Green. HEX triplet: 46, CE and 46. RGB value is (70,206,70). Sum of RGB (Red+Green+Blue) = 70+206+70=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 206 (80.86% from 255 or 59.54% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CE46 is #B931B9. Grayscale: #969696. Windows color (decimal): -12136890 or 4640326. OLE color: 4640326.

HSL color Cylindrical-coordinate representation of color #46CE46: hue angle of 120º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CE46 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB7020670-
CMYK0.6600.660.19
HSL120º58.12%54.12%-
HSV(B)120º66.02%80.78%-
XYZ25.745.8913.3-
YUV149.8382.9471.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 206 (80.86% from 255) = 59.54%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=20.23%
G=59.54%
B=20.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal70206700.6600.660.1912058.1254.12
Hex46CE464204213783a36
Octal1063161061020102231707266
Binary1000110110011101000110100001001000010100111111000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,206,70); }

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

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

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

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

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

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

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