#46EF39

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

Shades of Lime Green #46EF39

Tints of Lime Green #46EF39

Color information

#46EF39 (or 0x46EF39) is unknown color: approx Lime Green. HEX triplet: 46, EF and 39. RGB value is (70,239,57). Sum of RGB (Red+Green+Blue) = 70+239+57=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 239 (93.75% from 255 or 65.30% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 239 - color contains mainly: green. Hex color #46EF39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EF39 is #B910C6. Grayscale: #A8A8A8. Windows color (decimal): -12128455 or 3796806. OLE color: 3796806.

HSL color Cylindrical-coordinate representation of color #46EF39: hue angle of 115.71º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46EF39 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB7023957-
CMYK0.7100.760.06
HSL115.71º85.05%58.04%-
HSV(B)115.71º76.15%93.73%-
XYZ34.1363.3314.3-
YUV167.7265.5158.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 239 (93.75% from 255) = 65.30%
BLUE value IS 57 (22.66% from 255) = 15.57%
R=19.13%
G=65.30%
B=15.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal70239570.7100.760.06115.7185.0558.04
Hex46EF394704C674553a
Octal106357711070114616412572
Binary10001101110111111100110001110100110011011101001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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