#46BE39

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

Shades of Lime Green #46BE39

Tints of Lime Green #46BE39

Color information

#46BE39 (or 0x46BE39) is unknown color: approx Lime Green. HEX triplet: 46, BE and 39. RGB value is (70,190,57). Sum of RGB (Red+Green+Blue) = 70+190+57=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 190 (74.61% from 255 or 59.94% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BE39 is #B941C6. Grayscale: #8B8B8B. Windows color (decimal): -12140999 or 3784262. OLE color: 3784262.

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

Color convert

RGB7019057-
CMYK0.6300.70.25
HSL114.14º53.85%48.43%-
HSV(B)114.14º70%74.51%-
XYZ21.6838.4210.15-
YUV138.9681.7478.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 190 (74.61% from 255) = 59.94%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=22.08%
G=59.94%
B=17.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70190570.6300.70.25114.1453.8548.43
Hex46BE393F04619723630
Octal10627671770106311626660
Binary10001101011111011100111111101000110110011110010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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