#49F13B

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

Shades of Lime Green #49F13B

Tints of Lime Green #49F13B

Color information

#49F13B (or 0x49F13B) is unknown color: approx Lime Green. HEX triplet: 49, F1 and 3B. RGB value is (73,241,59). Sum of RGB (Red+Green+Blue) = 73+241+59=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #49F13B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F13B is #B60EC4. Grayscale: #AAAAAA. Windows color (decimal): -11931333 or 3928393. OLE color: 3928393.

HSL color Cylindrical-coordinate representation of color #49F13B: hue angle of 115.38º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49F13B is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB7324159-
CMYK0.7000.760.05
HSL115.38º86.67%58.82%-
HSV(B)115.38º75.52%94.51%-
XYZ34.9964.6414.77-
YUV170.0265.3458.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 241 (94.53% from 255) = 64.61%
BLUE value IS 59 (23.44% from 255) = 15.82%
R=19.57%
G=64.61%
B=15.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal73241590.7000.760.05115.3886.6758.82
Hex49F13B4604C573573b
Octal111361731060114516312773
Binary10010011111000111101110001100100110010111100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,241,59); }

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

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

 a { background-color: rgb(73,241,59); }

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

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

 span { border-color: rgb(73,241,59); }

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