Html Css Color HEX #49F73C Lime Green

📋 copy color: '#49F73C'

red 73 ◦ green 247 ◦ blue 60

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

Shades of Lime Green #49F73C

Tints of Lime Green #49F73C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65%

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

R = 19.21%
G = 65%
B = 15.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#49F73C (or 0x49F73C) is known color: Lime Green. HEX triplet: 49, F7 and 3C. RGB value is (73,247,60). Sum of RGB (Red+Green+Blue) = 73+247+60=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 247 (96.88% from 255 or 65% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 247 - color contains mainly: green. Hex color #49F73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F73C is #B608C3. Grayscale: #AEAEAE. Windows color (decimal): -11929796 or 3995465. OLE color: 3995465.

HSL color Cylindrical-coordinate representation of color #49F73C: hue angle of 115.83º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49F73C is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 247 60 -
CMYK 0.70 0 0.76 0.03
HSL 115.83º 0.92% 0.6% -
HSV(B) 115.83º 0.76% 0.97% -
XYZ 36.82 68.26 15.51 -
YUV 173.66 63.85 56.21 -
System Red Green Blue C M Y K H S L
Decimal 73 247 60 0.70 0 0.76 0.03 115.83 0.92 0.6
Hex 49 F7 3C 46 0 4C 3 74 5C 3C
Octal 111 367 74 106 0 114 3 164 134 74
Binary 1001001 11110111 111100 1000110 0 1001100 11 1110100 1011100 111100

Color Harmonies of #49F73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F73C

Black with #49F73C

Text Example


Text Example

White with #49F73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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