Html Css Color HEX #49CC2C Lime Green

📋 copy color: '#49CC2C'

red 73 ◦ green 204 ◦ blue 44

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

Shades of Lime Green #49CC2C

Tints of Lime Green #49CC2C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.55%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 22.74%
G = 63.55%
B = 13.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#49CC2C (or 0x49CC2C) is known color: Lime Green. HEX triplet: 49, CC and 2C. RGB value is (73,204,44). Sum of RGB (Red+Green+Blue) = 73+204+44=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CC2C is #B633D3. Grayscale: #939393. Windows color (decimal): -11940820 or 2935881. OLE color: 2935881.

HSL color Cylindrical-coordinate representation of color #49CC2C: hue angle of 109.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49CC2C is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 204 44 -
CMYK 0.64 0 0.78 0.2
HSL 109.13º 0.65% 0.49% -
HSV(B) 109.13º 0.78% 0.8% -
XYZ 24.8 44.78 9.72 -
YUV 146.59 70.1 75.51 -
System Red Green Blue C M Y K H S L
Decimal 73 204 44 0.64 0 0.78 0.2 109.13 0.65 0.49
Hex 49 CC 2C 40 0 4E 14 6D 41 31
Octal 111 314 54 100 0 116 24 155 101 61
Binary 1001001 11001100 101100 1000000 0 1001110 10100 1101101 1000001 110001

Color Harmonies of #49CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CC2C

Black with #49CC2C

Text Example


Text Example

White with #49CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,204,44); }

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

background-color css

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

 a { background-color: rgb(73,204,44); }

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

border-color css

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

 span { border-color: rgb(73,204,44); }

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