Html Css Color HEX #49CD2C Lime Green

📋 copy color: '#49CD2C'

red 73 ◦ green 205 ◦ blue 44

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

Shades of Lime Green #49CD2C

Tints of Lime Green #49CD2C

RGB

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

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

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

R = 22.67%
G = 63.66%
B = 13.66%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#49CD2C (or 0x49CD2C) is known color: Lime Green. HEX triplet: 49, CD and 2C. RGB value is (73,205,44). Sum of RGB (Red+Green+Blue) = 73+205+44=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CD2C is #B632D3. Grayscale: #939393. Windows color (decimal): -11940564 or 2936137. OLE color: 2936137.

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

Color convert

RGB 73 205 44 -
CMYK 0.64 0 0.79 0.20
HSL 109.19º 0.65% 0.49% -
HSV(B) 109.19º 0.79% 0.8% -
XYZ 25.03 45.26 9.8 -
YUV 147.18 69.77 75.09 -
System Red Green Blue C M Y K H S L
Decimal 73 205 44 0.64 0 0.79 0.20 109.19 0.65 0.49
Hex 49 CD 2C 40 0 4F 14 6D 41 31
Octal 111 315 54 100 0 117 24 155 101 61
Binary 1001001 11001101 101100 1000000 0 1001111 10100 1101101 1000001 110001

Color Harmonies of #49CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD2C

Black with #49CD2C

Text Example


Text Example

White with #49CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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