Html Css Color HEX #49CB36 Lime Green

📋 copy color: '#49CB36'

red 73 ◦ green 203 ◦ blue 54

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

Shades of Lime Green #49CB36

Tints of Lime Green #49CB36

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.52%

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

R = 22.12%
G = 61.52%
B = 16.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#49CB36 (or 0x49CB36) is known color: Lime Green. HEX triplet: 49, CB and 36. RGB value is (73,203,54). Sum of RGB (Red+Green+Blue) = 73+203+54=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB36 is #B634C9. Grayscale: #939393. Windows color (decimal): -11941066 or 3590985. OLE color: 3590985.

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

Color convert

RGB 73 203 54 -
CMYK 0.64 0 0.73 0.20
HSL 112.35º 0.59% 0.5% -
HSV(B) 112.35º 0.73% 0.8% -
XYZ 24.77 44.39 10.75 -
YUV 147.14 75.43 75.12 -
System Red Green Blue C M Y K H S L
Decimal 73 203 54 0.64 0 0.73 0.20 112.35 0.59 0.5
Hex 49 CB 36 40 0 49 14 70 3B 32
Octal 111 313 66 100 0 111 24 160 73 62
Binary 1001001 11001011 110110 1000000 0 1001001 10100 1110000 111011 110010

Color Harmonies of #49CB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CB36

Black with #49CB36

Text Example


Text Example

White with #49CB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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