#46C441

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

Shades of Lime Green #46C441

Tints of Lime Green #46C441

Color information

#46C441 (or 0x46C441) is unknown color: approx Lime Green. HEX triplet: 46, C4 and 41. RGB value is (70,196,65). Sum of RGB (Red+Green+Blue) = 70+196+65=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #46C441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C441 is #B93BBE. Grayscale: #8F8F8F. Windows color (decimal): -12139455 or 4310086. OLE color: 4310086.

HSL color Cylindrical-coordinate representation of color #46C441: hue angle of 117.71º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46C441 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB7019665-
CMYK0.6400.670.23
HSL117.71º52.61%51.18%-
HSV(B)117.71º66.84%76.86%-
XYZ23.2241.1611.72-
YUV143.3983.7675.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 196 (76.95% from 255) = 59.21%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=21.15%
G=59.21%
B=19.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70196650.6400.670.23117.7152.6151.18
Hex46C4414004317763533
Octal1063041011000103271666563
Binary1000110110001001000001100000001000011101111110110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,196,65); }

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

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

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

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

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

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

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