#46DB54

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

Shades of Lime Green #46DB54

Tints of Lime Green #46DB54

Color information

#46DB54 (or 0x46DB54) is unknown color: approx Lime Green. HEX triplet: 46, DB and 54. RGB value is (70,219,84). Sum of RGB (Red+Green+Blue) = 70+219+84=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DB54 is #B924AB. Grayscale: #9F9F9F. Windows color (decimal): -12133548 or 5561158. OLE color: 5561158.

HSL color Cylindrical-coordinate representation of color #46DB54: hue angle of 125.64º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DB54 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB7021984-
CMYK0.6800.620.14
HSL125.64º67.42%56.67%-
HSV(B)125.64º68.04%85.88%-
XYZ29.4652.6116.99-
YUV159.0685.6464.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.77%
GREEN value IS 219 (85.94% from 255) = 58.71%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=18.77%
G=58.71%
B=22.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal70219840.6800.620.14125.6467.4256.67
Hex46DB544403EE7e4339
Octal1063331241040761617610371
Binary100011011011011101010010001000111110111011111101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,219,84); }

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

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

 a { background-color: rgb(70,219,84); }

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

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

 span { border-color: rgb(70,219,84); }

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