Html Css Color HEX #49DE37 Lime Green

📋 copy color: '#49DE37'

red 73 ◦ green 222 ◦ blue 55

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

Shades of Lime Green #49DE37

Tints of Lime Green #49DE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.71%

R = 20.86%
G = 63.43%
B = 15.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#49DE37 (or 0x49DE37) is known color: Lime Green. HEX triplet: 49, DE and 37. RGB value is (73,222,55). Sum of RGB (Red+Green+Blue) = 73+222+55=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 222 (87.11% from 255 or 63.43% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DE37 is #B621C8. Grayscale: #9E9E9E. Windows color (decimal): -11936201 or 3661385. OLE color: 3661385.

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

Color convert

RGB 73 222 55 -
CMYK 0.67 0 0.75 0.13
HSL 113.53º 0.72% 0.54% -
HSV(B) 113.53º 0.75% 0.87% -
XYZ 29.56 53.93 12.47 -
YUV 158.41 69.64 67.08 -
System Red Green Blue C M Y K H S L
Decimal 73 222 55 0.67 0 0.75 0.13 113.53 0.72 0.54
Hex 49 DE 37 43 0 4B D 72 48 36
Octal 111 336 67 103 0 113 15 162 110 66
Binary 1001001 11011110 110111 1000011 0 1001011 1101 1110010 1001000 110110

Color Harmonies of #49DE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DE37

Black with #49DE37

Text Example


Text Example

White with #49DE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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