Html Css Color HEX #49CD44 Lime Green

📋 copy color: '#49CD44'

red 73 ◦ green 205 ◦ blue 68

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

Shades of Lime Green #49CD44

Tints of Lime Green #49CD44

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.25%

 BLUE value IS 68 (26.95% from 255) = 19.65%

R = 21.1%
G = 59.25%
B = 19.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#49CD44 (or 0x49CD44) is known color: Lime Green. HEX triplet: 49, CD and 44. RGB value is (73,205,68). Sum of RGB (Red+Green+Blue) = 73+205+68=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 205 (80.47% from 255 or 59.25% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CD44 is #B632BB. Grayscale: #969696. Windows color (decimal): -11940540 or 4509001. OLE color: 4509001.

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

Color convert

RGB 73 205 68 -
CMYK 0.64 0 0.67 0.20
HSL 117.81º 0.58% 0.54% -
HSV(B) 117.81º 0.67% 0.8% -
XYZ 25.62 45.5 12.9 -
YUV 149.91 81.77 73.14 -
System Red Green Blue C M Y K H S L
Decimal 73 205 68 0.64 0 0.67 0.20 117.81 0.58 0.54
Hex 49 CD 44 40 0 43 14 76 3A 36
Octal 111 315 104 100 0 103 24 166 72 66
Binary 1001001 11001101 1000100 1000000 0 1000011 10100 1110110 111010 110110

Color Harmonies of #49CD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD44

Black with #49CD44

Text Example


Text Example

White with #49CD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,205,68); }

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

background-color css

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

 a { background-color: rgb(73,205,68); }

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

border-color css

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

 span { border-color: rgb(73,205,68); }

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