Html Css Color HEX #49DD3C Lime Green

📋 copy color: '#49DD3C'

red 73 ◦ green 221 ◦ blue 60

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

Shades of Lime Green #49DD3C

Tints of Lime Green #49DD3C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.43%

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 20.62%
G = 62.43%
B = 16.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#49DD3C (or 0x49DD3C) is known color: Lime Green. HEX triplet: 49, DD and 3C. RGB value is (73,221,60). Sum of RGB (Red+Green+Blue) = 73+221+60=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD3C is #B622C3. Grayscale: #9E9E9E. Windows color (decimal): -11936452 or 3988809. OLE color: 3988809.

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

Color convert

RGB 73 221 60 -
CMYK 0.67 0 0.73 0.13
HSL 115.16º 0.7% 0.55% -
HSV(B) 115.16º 0.73% 0.87% -
XYZ 29.42 53.46 13.04 -
YUV 158.39 72.47 67.09 -
System Red Green Blue C M Y K H S L
Decimal 73 221 60 0.67 0 0.73 0.13 115.16 0.7 0.55
Hex 49 DD 3C 43 0 49 D 73 46 37
Octal 111 335 74 103 0 111 15 163 106 67
Binary 1001001 11011101 111100 1000011 0 1001001 1101 1110011 1000110 110111

Color Harmonies of #49DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DD3C

Black with #49DD3C

Text Example


Text Example

White with #49DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,221,60); }

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

background-color css

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

 a { background-color: rgb(73,221,60); }

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

border-color css

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

 span { border-color: rgb(73,221,60); }

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