#49CF4D

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

Shades of Lime Green #49CF4D

Tints of Lime Green #49CF4D

Color information

#49CF4D (or 0x49CF4D) is unknown color: approx Lime Green. HEX triplet: 49, CF and 4D. RGB value is (73,207,77). Sum of RGB (Red+Green+Blue) = 73+207+77=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CF4D is #B630B2. Grayscale: #989898. Windows color (decimal): -11940019 or 5099337. OLE color: 5099337.

HSL color Cylindrical-coordinate representation of color #49CF4D: hue angle of 121.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CF4D is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB7320777-
CMYK0.6500.630.19
HSL121.79º58.26%54.9%-
HSV(B)121.79º64.73%81.18%-
XYZ26.446.5814.62-
YUV152.1185.6171.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 207 (81.25% from 255) = 57.98%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=20.45%
G=57.98%
B=21.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73207770.6500.630.19121.7958.2654.9
Hex49CF4D4103F137a3a37
Octal111317115101077231727267
Binary100100111001111100110110000010111111100111111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,207,77); }

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

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

 a { background-color: rgb(73,207,77); }

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

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

 span { border-color: rgb(73,207,77); }

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