Html Css Color HEX #49E349 Lime Green

📋 copy color: '#49E349'

red 73 ◦ green 227 ◦ blue 73

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

Shades of Lime Green #49E349

Tints of Lime Green #49E349

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.86%

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

R = 19.57%
G = 60.86%
B = 19.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#49E349 (or 0x49E349) is known color: Lime Green. HEX triplet: 49, E3 and 49. RGB value is (73,227,73). Sum of RGB (Red+Green+Blue) = 73+227+73=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 227 (89.06% from 255 or 60.86% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 227 - color contains mainly: green. Hex color #49E349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E349 is #B61CB6. Grayscale: #A3A3A3. Windows color (decimal): -11934903 or 4842313. OLE color: 4842313.

HSL color Cylindrical-coordinate representation of color #49E349: hue angle of 120º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E349 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 227 73 -
CMYK 0.68 0 0.68 0.11
HSL 120º 0.73% 0.59% -
HSV(B) 120º 0.68% 0.89% -
XYZ 31.42 56.84 15.62 -
YUV 163.4 76.98 63.52 -
System Red Green Blue C M Y K H S L
Decimal 73 227 73 0.68 0 0.68 0.11 120 0.73 0.59
Hex 49 E3 49 44 0 44 B 78 49 3B
Octal 111 343 111 104 0 104 13 170 111 73
Binary 1001001 11100011 1001001 1000100 0 1000100 1011 1111000 1001001 111011

Color Harmonies of #49E349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E349

Black with #49E349

Text Example


Text Example

White with #49E349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,227,73); }

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

background-color css

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

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

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

border-color css

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

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

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