#46D739

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

Shades of Lime Green #46D739

Tints of Lime Green #46D739

Color information

#46D739 (or 0x46D739) is unknown color: approx Lime Green. HEX triplet: 46, D7 and 39. RGB value is (70,215,57). Sum of RGB (Red+Green+Blue) = 70+215+57=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 215 (84.38% from 255 or 62.87% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 215 - color contains mainly: green. Hex color #46D739 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D739 is #B928C6. Grayscale: #9A9A9A. Windows color (decimal): -12134599 or 3790662. OLE color: 3790662.

HSL color Cylindrical-coordinate representation of color #46D739: hue angle of 115.06º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46D739 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB7021557-
CMYK0.6700.730.16
HSL115.06º66.39%53.33%-
HSV(B)115.06º73.49%84.31%-
XYZ27.5650.212.11-
YUV153.6373.4668.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 215 (84.38% from 255) = 62.87%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=20.47%
G=62.87%
B=16.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal70215570.6700.730.16115.0666.3953.33
Hex46D7394304910734235
Octal1063277110301112016310265
Binary1000110110101111110011000011010010011000011100111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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