Html Css Color HEX #49E450 Lime Green

📋 copy color: '#49E450'

red 73 ◦ green 228 ◦ blue 80

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

Shades of Lime Green #49E450

Tints of Lime Green #49E450

RGB

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

 GREEN value IS 228 (89.45% from 255) = 59.84%

 BLUE value IS 80 (31.64% from 255) = 21%

R = 19.16%
G = 59.84%
B = 21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#49E450 (or 0x49E450) is known color: Lime Green. HEX triplet: 49, E4 and 50. RGB value is (73,228,80). Sum of RGB (Red+Green+Blue) = 73+228+80=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 228 (89.45% from 255 or 59.84% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 228 - color contains mainly: green. Hex color #49E450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E450 is #B61BAF. Grayscale: #A5A5A5. Windows color (decimal): -11934640 or 5301321. OLE color: 5301321.

HSL color Cylindrical-coordinate representation of color #49E450: hue angle of 122.71º degrees, saturation: 0.74, 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 #49E450 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 228 80 -
CMYK 0.68 0 0.65 0.11
HSL 122.71º 0.74% 0.59% -
HSV(B) 122.71º 0.68% 0.89% -
XYZ 31.94 57.48 17 -
YUV 164.78 80.15 62.53 -
System Red Green Blue C M Y K H S L
Decimal 73 228 80 0.68 0 0.65 0.11 122.71 0.74 0.59
Hex 49 E4 50 44 0 41 B 7B 4A 3B
Octal 111 344 120 104 0 101 13 173 112 73
Binary 1001001 11100100 1010000 1000100 0 1000001 1011 1111011 1001010 111011

Color Harmonies of #49E450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E450

Black with #49E450

Text Example


Text Example

White with #49E450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,228,80); }

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

background-color css

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

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

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

border-color css

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

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

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