#46C344

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

Shades of Lime Green #46C344

Tints of Lime Green #46C344

Color information

#46C344 (or 0x46C344) is unknown color: approx Lime Green. HEX triplet: 46, C3 and 44. RGB value is (70,195,68). Sum of RGB (Red+Green+Blue) = 70+195+68=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #46C344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C344 is #B93CBB. Grayscale: #8F8F8F. Windows color (decimal): -12139708 or 4506438. OLE color: 4506438.

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

Color convert

RGB7019568-
CMYK0.6400.650.24
HSL119.06º51.42%51.57%-
HSV(B)119.06º65.13%76.47%-
XYZ23.0840.7512.12-
YUV143.1585.5975.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.02%
GREEN value IS 195 (76.56% from 255) = 58.56%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=21.02%
G=58.56%
B=20.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70195680.6400.650.24119.0651.4251.57
Hex46C3444004118773334
Octal1063031041000101301676364
Binary1000110110000111000100100000001000001110001110111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,195,68); }

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

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

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

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

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

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

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