#46BE42

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

Shades of Lime Green #46BE42

Tints of Lime Green #46BE42

Color information

#46BE42 (or 0x46BE42) is unknown color: approx Lime Green. HEX triplet: 46, BE and 42. RGB value is (70,190,66). Sum of RGB (Red+Green+Blue) = 70+190+66=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BE42 is #B941BD. Grayscale: #8C8C8C. Windows color (decimal): -12140990 or 4374086. OLE color: 4374086.

HSL color Cylindrical-coordinate representation of color #46BE42: hue angle of 118.06º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46BE42 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB7019066-
CMYK0.6300.650.25
HSL118.06º48.82%50.2%-
HSV(B)118.06º65.26%74.51%-
XYZ21.9238.5211.43-
YUV139.9886.2478.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 190 (74.61% from 255) = 58.28%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=21.47%
G=58.28%
B=20.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70190660.6300.650.25118.0648.8250.2
Hex46BE423F04119763132
Octal106276102770101311666162
Binary100011010111110100001011111101000001110011110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,190,66); }

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

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

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

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

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

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

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