Html Css Color HEX #49D036 Lime Green

📋 copy color: '#49D036'

red 73 ◦ green 208 ◦ blue 54

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

Shades of Lime Green #49D036

Tints of Lime Green #49D036

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.09%

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

R = 21.79%
G = 62.09%
B = 16.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#49D036 (or 0x49D036) is known color: Lime Green. HEX triplet: 49, D0 and 36. RGB value is (73,208,54). Sum of RGB (Red+Green+Blue) = 73+208+54=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #49D036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D036 is #B62FC9. Grayscale: #969696. Windows color (decimal): -11939786 or 3592265. OLE color: 3592265.

HSL color Cylindrical-coordinate representation of color #49D036: hue angle of 112.6º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49D036 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 208 54 -
CMYK 0.65 0 0.74 0.18
HSL 112.6º 0.62% 0.51% -
HSV(B) 112.6º 0.74% 0.82% -
XYZ 25.97 46.79 11.15 -
YUV 150.08 73.77 73.02 -
System Red Green Blue C M Y K H S L
Decimal 73 208 54 0.65 0 0.74 0.18 112.6 0.62 0.51
Hex 49 D0 36 41 0 4A 12 71 3E 33
Octal 111 320 66 101 0 112 22 161 76 63
Binary 1001001 11010000 110110 1000001 0 1001010 10010 1110001 111110 110011

Color Harmonies of #49D036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D036

Black with #49D036

Text Example


Text Example

White with #49D036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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