#46D935

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

Shades of Lime Green #46D935

Tints of Lime Green #46D935

Color information

#46D935 (or 0x46D935) is unknown color: approx Lime Green. HEX triplet: 46, D9 and 35. RGB value is (70,217,53). Sum of RGB (Red+Green+Blue) = 70+217+53=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 217 (85.16% from 255 or 63.82% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 217 - color contains mainly: green. Hex color #46D935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D935 is #B926CA. Grayscale: #9A9A9A. Windows color (decimal): -12134091 or 3529030. OLE color: 3529030.

HSL color Cylindrical-coordinate representation of color #46D935: hue angle of 113.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46D935 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB7021753-
CMYK0.6800.760.15
HSL113.78º68.33%52.94%-
HSV(B)113.78º75.58%85.1%-
XYZ27.9851.1811.77-
YUV154.3570.867.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.59%
GREEN value IS 217 (85.16% from 255) = 63.82%
BLUE value IS 53 (21.09% from 255) = 15.59%
R=20.59%
G=63.82%
B=15.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal70217530.6800.760.15113.7868.3352.94
Hex46D9354404CF724435
Octal1063316510401141716210465
Binary100011011011001110101100010001001100111111100101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,217,53); }

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

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

 a { background-color: rgb(70,217,53); }

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

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

 span { border-color: rgb(70,217,53); }

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