#49F83C

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

Shades of Lime Green #49F83C

Tints of Lime Green #49F83C

Color information

#49F83C (or 0x49F83C) is unknown color: approx Lime Green. HEX triplet: 49, F8 and 3C. RGB value is (73,248,60). Sum of RGB (Red+Green+Blue) = 73+248+60=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 248 (97.27% from 255 or 65.09% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 248 - color contains mainly: green. Hex color #49F83C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F83C is #B607C3. Grayscale: #AEAEAE. Windows color (decimal): -11929540 or 3995721. OLE color: 3995721.

HSL color Cylindrical-coordinate representation of color #49F83C: hue angle of 115.85º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49F83C is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB7324860-
CMYK0.7100.760.03
HSL115.85º93.07%60.39%-
HSV(B)115.85º75.81%97.25%-
XYZ37.1368.8815.61-
YUV174.2463.5255.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 248 (97.27% from 255) = 65.09%
BLUE value IS 60 (23.83% from 255) = 15.75%
R=19.16%
G=65.09%
B=15.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal73248600.7100.760.03115.8593.0760.39
Hex49F83C4704C3745d3c
Octal111370741070114316413574
Binary1001001111110001111001000111010011001111101001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49F83C; }

 p { color: rgb(73,248,60); }

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

<style>
 a { background-color: #49F83C; }

 a { background-color: rgb(73,248,60); }

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

<style>
 span { border-color: #49F83C; }

 span { border-color: rgb(73,248,60); }

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