#49EF37

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

Shades of Lime Green #49EF37

Tints of Lime Green #49EF37

Color information

#49EF37 (or 0x49EF37) is unknown color: approx Lime Green. HEX triplet: 49, EF and 37. RGB value is (73,239,55). Sum of RGB (Red+Green+Blue) = 73+239+55=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 239 (93.75% from 255 or 65.12% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EF37 is #B610C8. Grayscale: #A8A8A8. Windows color (decimal): -11931849 or 3665737. OLE color: 3665737.

HSL color Cylindrical-coordinate representation of color #49EF37: hue angle of 114.13º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49EF37 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB7323955-
CMYK0.6900.770.06
HSL114.13º85.19%57.65%-
HSV(B)114.13º76.99%93.73%-
XYZ34.363.4314.05-
YUV168.396459.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 239 (93.75% from 255) = 65.12%
BLUE value IS 55 (21.88% from 255) = 14.99%
R=19.89%
G=65.12%
B=14.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal73239550.6900.770.06114.1385.1957.65
Hex49EF374504D672553a
Octal111357671050115616212572
Binary10010011110111111011110001010100110111011100101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,239,55); }

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

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

 a { background-color: rgb(73,239,55); }

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

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

 span { border-color: rgb(73,239,55); }

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