#46CD40

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

Shades of Lime Green #46CD40

Tints of Lime Green #46CD40

Color information

#46CD40 (or 0x46CD40) is unknown color: approx Lime Green. HEX triplet: 46, CD and 40. RGB value is (70,205,64). Sum of RGB (Red+Green+Blue) = 70+205+64=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CD40 is #B932BF. Grayscale: #949494. Windows color (decimal): -12137152 or 4246854. OLE color: 4246854.

HSL color Cylindrical-coordinate representation of color #46CD40: hue angle of 117.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46CD40 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB7020564-
CMYK0.6600.690.20
HSL117.45º58.51%52.75%-
HSV(B)117.45º68.78%80.39%-
XYZ25.2845.3312.27-
YUV148.5680.2771.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 205 (80.47% from 255) = 60.47%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=20.65%
G=60.47%
B=18.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70205640.6600.690.20117.4558.5152.75
Hex46CD404204514753b35
Octal1063151001020105241657365
Binary1000110110011011000000100001001000101101001110101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,205,64); }

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

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

 a { background-color: rgb(70,205,64); }

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

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

 span { border-color: rgb(70,205,64); }

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