Html Css Color HEX #49F03C Lime Green

📋 copy color: '#49F03C'

red 73 ◦ green 240 ◦ blue 60

#49F03C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #49F03C

Tints of Lime Green #49F03C

RGB

 RED value IS 73 (28.91% from 255) = 19.57%

 GREEN value IS 240 (94.14% from 255) = 64.34%

 BLUE value IS 60 (23.83% from 255) = 16.09%

R = 19.57%
G = 64.34%
B = 16.09%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#49F03C (or 0x49F03C) is known color: Lime Green. HEX triplet: 49, F0 and 3C. RGB value is (73,240,60). Sum of RGB (Red+Green+Blue) = 73+240+60=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #49F03C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F03C is #B60FC3. Grayscale: #AAAAAA. Windows color (decimal): -11931588 or 3993673. OLE color: 3993673.

HSL color Cylindrical-coordinate representation of color #49F03C: hue angle of 115.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49F03C is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 240 60 -
CMYK 0.70 0 0.75 0.06
HSL 115.67º 0.86% 0.59% -
HSV(B) 115.67º 0.75% 0.94% -
XYZ 34.72 64.06 14.81 -
YUV 169.55 66.17 59.14 -
System Red Green Blue C M Y K H S L
Decimal 73 240 60 0.70 0 0.75 0.06 115.67 0.86 0.59
Hex 49 F0 3C 46 0 4B 6 74 56 3B
Octal 111 360 74 106 0 113 6 164 126 73
Binary 1001001 11110000 111100 1000110 0 1001011 110 1110100 1010110 111011

Color Harmonies of #49F03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F03C

Black with #49F03C

Text Example


Text Example

White with #49F03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,240,60); }

 H1.HeaderClassName
 {
   color: #49F03C;
 }
 .AnyTagClassName
 {
   color: #49F03C;
 }
</style>

background-color css

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

 a { background-color: rgb(73,240,60); }

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

border-color css

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

 span { border-color: rgb(73,240,60); }

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