Html Css Color HEX #49DE48 Lime Green

📋 copy color: '#49DE48'

red 73 ◦ green 222 ◦ blue 72

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

Shades of Lime Green #49DE48

Tints of Lime Green #49DE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.62%

R = 19.89%
G = 60.49%
B = 19.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#49DE48 (or 0x49DE48) is known color: Lime Green. HEX triplet: 49, DE and 48. RGB value is (73,222,72). Sum of RGB (Red+Green+Blue) = 73+222+72=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 222 (87.11% from 255 or 60.49% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DE48 is #B621B7. Grayscale: #A0A0A0. Windows color (decimal): -11936184 or 4775497. OLE color: 4775497.

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

Color convert

RGB 73 222 72 -
CMYK 0.67 0 0.68 0.13
HSL 119.6º 0.69% 0.58% -
HSV(B) 119.6º 0.68% 0.87% -
XYZ 30.04 54.13 15 -
YUV 160.35 78.14 65.7 -
System Red Green Blue C M Y K H S L
Decimal 73 222 72 0.67 0 0.68 0.13 119.6 0.69 0.58
Hex 49 DE 48 43 0 44 D 78 45 3A
Octal 111 336 110 103 0 104 15 170 105 72
Binary 1001001 11011110 1001000 1000011 0 1000100 1101 1111000 1000101 111010

Color Harmonies of #49DE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DE48

Black with #49DE48

Text Example


Text Example

White with #49DE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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