Html Css Color HEX #49DE4E Lime Green

📋 copy color: '#49DE4E'

red 73 ◦ green 222 ◦ blue 78

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

Shades of Lime Green #49DE4E

Tints of Lime Green #49DE4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.91%

R = 19.57%
G = 59.52%
B = 20.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#49DE4E (or 0x49DE4E) is known color: Lime Green. HEX triplet: 49, DE and 4E. RGB value is (73,222,78). Sum of RGB (Red+Green+Blue) = 73+222+78=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DE4E is #B621B1. Grayscale: #A1A1A1. Windows color (decimal): -11936178 or 5168713. OLE color: 5168713.

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

Color convert

RGB 73 222 78 -
CMYK 0.67 0 0.65 0.13
HSL 122.01º 0.69% 0.58% -
HSV(B) 122.01º 0.67% 0.87% -
XYZ 30.24 54.21 16.08 -
YUV 161.03 81.14 65.21 -
System Red Green Blue C M Y K H S L
Decimal 73 222 78 0.67 0 0.65 0.13 122.01 0.69 0.58
Hex 49 DE 4E 43 0 41 D 7A 45 3A
Octal 111 336 116 103 0 101 15 172 105 72
Binary 1001001 11011110 1001110 1000011 0 1000001 1101 1111010 1000101 111010

Color Harmonies of #49DE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DE4E

Black with #49DE4E

Text Example


Text Example

White with #49DE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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