#46E04C

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

Shades of Lime Green #46E04C

Tints of Lime Green #46E04C

Color information

#46E04C (or 0x46E04C) is unknown color: approx Lime Green. HEX triplet: 46, E0 and 4C. RGB value is (70,224,76). Sum of RGB (Red+Green+Blue) = 70+224+76=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #46E04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E04C is #B91FB3. Grayscale: #A1A1A1. Windows color (decimal): -12132276 or 5038150. OLE color: 5038150.

HSL color Cylindrical-coordinate representation of color #46E04C: hue angle of 122.34º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E04C is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB7022476-
CMYK0.6900.660.12
HSL122.34º71.3%57.65%-
HSV(B)122.34º68.75%87.84%-
XYZ30.4955.1415.87-
YUV161.0879.9863.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.92%
GREEN value IS 224 (87.89% from 255) = 60.54%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=18.92%
G=60.54%
B=20.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal70224760.6900.660.12122.3471.357.65
Hex46E04C45042C7a473a
Octal10634011410501021417210772
Binary1000110111000001001100100010101000010110011110101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,224,76); }

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

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

 a { background-color: rgb(70,224,76); }

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

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

 span { border-color: rgb(70,224,76); }

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