Html Css Color HEX #49CD31 Lime Green

📋 copy color: '#49CD31'

red 73 ◦ green 205 ◦ blue 49

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

Shades of Lime Green #49CD31

Tints of Lime Green #49CD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.98%

R = 22.32%
G = 62.69%
B = 14.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#49CD31 (or 0x49CD31) is known color: Lime Green. HEX triplet: 49, CD and 31. RGB value is (73,205,49). Sum of RGB (Red+Green+Blue) = 73+205+49=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 205 (80.47% from 255 or 62.69% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CD31 is #B632CE. Grayscale: #949494. Windows color (decimal): -11940559 or 3263817. OLE color: 3263817.

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

Color convert

RGB 73 205 49 -
CMYK 0.64 0 0.76 0.20
HSL 110.77º 0.61% 0.5% -
HSV(B) 110.77º 0.76% 0.8% -
XYZ 25.13 45.3 10.33 -
YUV 147.75 72.27 74.68 -
System Red Green Blue C M Y K H S L
Decimal 73 205 49 0.64 0 0.76 0.20 110.77 0.61 0.5
Hex 49 CD 31 40 0 4C 14 6F 3D 32
Octal 111 315 61 100 0 114 24 157 75 62
Binary 1001001 11001101 110001 1000000 0 1001100 10100 1101111 111101 110010

Color Harmonies of #49CD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD31

Black with #49CD31

Text Example


Text Example

White with #49CD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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