Html Css Color HEX #49DE51 Lime Green

📋 copy color: '#49DE51'

red 73 ◦ green 222 ◦ blue 81

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

Shades of Lime Green #49DE51

Tints of Lime Green #49DE51

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.04%

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 19.41%
G = 59.04%
B = 21.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#49DE51 (or 0x49DE51) is known color: Lime Green. HEX triplet: 49, DE and 51. RGB value is (73,222,81). Sum of RGB (Red+Green+Blue) = 73+222+81=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 222 (87.11% from 255 or 59.04% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DE51 is #B621AE. Grayscale: #A1A1A1. Windows color (decimal): -11936175 or 5365321. OLE color: 5365321.

HSL color Cylindrical-coordinate representation of color #49DE51: hue angle of 123.22º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DE51 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 222 81 -
CMYK 0.67 0 0.64 0.13
HSL 123.22º 0.69% 0.58% -
HSV(B) 123.22º 0.67% 0.87% -
XYZ 30.35 54.25 16.66 -
YUV 161.38 82.64 64.96 -
System Red Green Blue C M Y K H S L
Decimal 73 222 81 0.67 0 0.64 0.13 123.22 0.69 0.58
Hex 49 DE 51 43 0 40 D 7B 45 3A
Octal 111 336 121 103 0 100 15 173 105 72
Binary 1001001 11011110 1010001 1000011 0 1000000 1101 1111011 1000101 111010

Color Harmonies of #49DE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DE51

Black with #49DE51

Text Example


Text Example

White with #49DE51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,222,81); }

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

background-color css

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

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

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

border-color css

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

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

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