#49CF34

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

Shades of Lime Green #49CF34

Tints of Lime Green #49CF34

Color information

#49CF34 (or 0x49CF34) is unknown color: approx Lime Green. HEX triplet: 49, CF and 34. RGB value is (73,207,52). Sum of RGB (Red+Green+Blue) = 73+207+52=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CF34 is #B630CB. Grayscale: #959595. Windows color (decimal): -11940044 or 3460937. OLE color: 3460937.

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

Color convert

RGB7320752-
CMYK0.6500.750.19
HSL111.87º61.75%50.78%-
HSV(B)111.87º74.88%81.18%-
XYZ25.6846.2910.83-
YUV149.2673.1173.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 207 (81.25% from 255) = 62.35%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=21.99%
G=62.35%
B=15.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73207520.6500.750.19111.8761.7550.78
Hex49CF344104B13703e33
Octal111317641010113231607663
Binary100100111001111110100100000101001011100111110000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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