Html Css Color HEX #49C936 Lime Green

📋 copy color: '#49C936'

red 73 ◦ green 201 ◦ blue 54

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

Shades of Lime Green #49C936

Tints of Lime Green #49C936

RGB

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

 GREEN value IS 201 (78.91% from 255) = 61.28%

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 22.26%
G = 61.28%
B = 16.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#49C936 (or 0x49C936) is known color: Lime Green. HEX triplet: 49, C9 and 36. RGB value is (73,201,54). Sum of RGB (Red+Green+Blue) = 73+201+54=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #49C936 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C936 is #B636C9. Grayscale: #929292. Windows color (decimal): -11941578 or 3590473. OLE color: 3590473.

HSL color Cylindrical-coordinate representation of color #49C936: hue angle of 112.24º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49C936 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 201 54 -
CMYK 0.64 0 0.73 0.21
HSL 112.24º 0.58% 0.5% -
HSV(B) 112.24º 0.73% 0.79% -
XYZ 24.3 43.46 10.6 -
YUV 145.97 76.09 75.95 -
System Red Green Blue C M Y K H S L
Decimal 73 201 54 0.64 0 0.73 0.21 112.24 0.58 0.5
Hex 49 C9 36 40 0 49 15 70 3A 32
Octal 111 311 66 100 0 111 25 160 72 62
Binary 1001001 11001001 110110 1000000 0 1001001 10101 1110000 111010 110010

Color Harmonies of #49C936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C936

Black with #49C936

Text Example


Text Example

White with #49C936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,201,54); }

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

background-color css

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

 a { background-color: rgb(73,201,54); }

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

border-color css

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

 span { border-color: rgb(73,201,54); }

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