Html Css Color HEX #49BA36 Lime Green

📋 copy color: '#49BA36'

red 73 ◦ green 186 ◦ blue 54

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

Shades of Lime Green #49BA36

Tints of Lime Green #49BA36

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.42%

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

R = 23.32%
G = 59.42%
B = 17.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#49BA36 (or 0x49BA36) is known color: Lime Green. HEX triplet: 49, BA and 36. RGB value is (73,186,54). Sum of RGB (Red+Green+Blue) = 73+186+54=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA36 is #B645C9. Grayscale: #898989. Windows color (decimal): -11945418 or 3586633. OLE color: 3586633.

HSL color Cylindrical-coordinate representation of color #49BA36: hue angle of 111.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49BA36 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 186 54 -
CMYK 0.61 0 0.71 0.27
HSL 111.36º 0.55% 0.47% -
HSV(B) 111.36º 0.71% 0.73% -
XYZ 20.97 36.8 9.49 -
YUV 137.17 81.06 82.23 -
System Red Green Blue C M Y K H S L
Decimal 73 186 54 0.61 0 0.71 0.27 111.36 0.55 0.47
Hex 49 BA 36 3D 0 47 1B 6F 37 2F
Octal 111 272 66 75 0 107 33 157 67 57
Binary 1001001 10111010 110110 111101 0 1000111 11011 1101111 110111 101111

Color Harmonies of #49BA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA36

Black with #49BA36

Text Example


Text Example

White with #49BA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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