#49DE4B

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

Shades of Lime Green #49DE4B

Tints of Lime Green #49DE4B

Color information

#49DE4B (or 0x49DE4B) is unknown color: approx Lime Green. HEX triplet: 49, DE and 4B. RGB value is (73,222,75). Sum of RGB (Red+Green+Blue) = 73+222+75=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 222 (87.11% from 255 or 60% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DE4B is #B621B4. Grayscale: #A1A1A1. Windows color (decimal): -11936181 or 4972105. OLE color: 4972105.

HSL color Cylindrical-coordinate representation of color #49DE4B: hue angle of 120.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DE4B is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB7322275-
CMYK0.6700.660.13
HSL120.81º69.3%57.84%-
HSV(B)120.81º67.12%87.06%-
XYZ30.1454.1715.52-
YUV160.6979.6465.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 222 (87.11% from 255) = 60%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=19.73%
G=60%
B=20.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73222750.6700.660.13120.8169.357.84
Hex49DE4B43042D79453a
Octal11133611310301021517110572
Binary1001001110111101001011100001101000010110111110011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,222,75); }

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

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

 a { background-color: rgb(73,222,75); }

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

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

 span { border-color: rgb(73,222,75); }

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