Html Css Color HEX #49DF55 Lime Green

📋 copy color: '#49DF55'

red 73 ◦ green 223 ◦ blue 85

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

Shades of Lime Green #49DF55

Tints of Lime Green #49DF55

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.53%

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 19.16%
G = 58.53%
B = 22.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#49DF55 (or 0x49DF55) is known color: Lime Green. HEX triplet: 49, DF and 55. RGB value is (73,223,85). Sum of RGB (Red+Green+Blue) = 73+223+85=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF55 is #B620AA. Grayscale: #A2A2A2. Windows color (decimal): -11935915 or 5627721. OLE color: 5627721.

HSL color Cylindrical-coordinate representation of color #49DF55: hue angle of 124.8º degrees, saturation: 0.7, 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 #49DF55 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 85 -
CMYK 0.67 0 0.62 0.13
HSL 124.8º 0.7% 0.58% -
HSV(B) 124.8º 0.67% 0.87% -
XYZ 30.78 54.85 17.56 -
YUV 162.42 84.31 64.22 -
System Red Green Blue C M Y K H S L
Decimal 73 223 85 0.67 0 0.62 0.13 124.8 0.7 0.58
Hex 49 DF 55 43 0 3E D 7D 46 3A
Octal 111 337 125 103 0 76 15 175 106 72
Binary 1001001 11011111 1010101 1000011 0 111110 1101 1111101 1000110 111010

Color Harmonies of #49DF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DF55

Black with #49DF55

Text Example


Text Example

White with #49DF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,223,85); }

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

background-color css

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

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

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

border-color css

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

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

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