#46ED48

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

Shades of Lime Green #46ED48

Tints of Lime Green #46ED48

Color information

#46ED48 (or 0x46ED48) is unknown color: approx Lime Green. HEX triplet: 46, ED and 48. RGB value is (70,237,72). Sum of RGB (Red+Green+Blue) = 70+237+72=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 237 (92.97% from 255 or 62.53% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 237 - color contains mainly: green. Hex color #46ED48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46ED48 is #B912B7. Grayscale: #A8A8A8. Windows color (decimal): -12128952 or 4779334. OLE color: 4779334.

HSL color Cylindrical-coordinate representation of color #46ED48: hue angle of 120.72º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46ED48 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB7023772-
CMYK0.7000.700.07
HSL120.72º82.27%60.2%-
HSV(B)120.72º70.46%92.94%-
XYZ33.9862.3416.37-
YUV168.2673.6757.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.47%
GREEN value IS 237 (92.97% from 255) = 62.53%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=18.47%
G=62.53%
B=19.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal70237720.7000.700.07120.7282.2760.2
Hex46ED4846046779523c
Octal1063551101060106717112274
Binary100011011101101100100010001100100011011111110011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,237,72); }

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

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

 a { background-color: rgb(70,237,72); }

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

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

 span { border-color: rgb(70,237,72); }

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