Html Css Color HEX #49D033 Lime Green

📋 copy color: '#49D033'

red 73 ◦ green 208 ◦ blue 51

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

Shades of Lime Green #49D033

Tints of Lime Green #49D033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.36%

R = 21.99%
G = 62.65%
B = 15.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#49D033 (or 0x49D033) is known color: Lime Green. HEX triplet: 49, D0 and 33. RGB value is (73,208,51). Sum of RGB (Red+Green+Blue) = 73+208+51=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 208 (81.64% from 255 or 62.65% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 208 - color contains mainly: green. Hex color #49D033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D033 is #B62FCC. Grayscale: #969696. Windows color (decimal): -11939789 or 3395657. OLE color: 3395657.

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

Color convert

RGB 73 208 51 -
CMYK 0.65 0 0.75 0.18
HSL 111.59º 0.63% 0.51% -
HSV(B) 111.59º 0.75% 0.82% -
XYZ 25.9 46.77 10.79 -
YUV 149.74 72.27 73.27 -
System Red Green Blue C M Y K H S L
Decimal 73 208 51 0.65 0 0.75 0.18 111.59 0.63 0.51
Hex 49 D0 33 41 0 4B 12 70 3F 33
Octal 111 320 63 101 0 113 22 160 77 63
Binary 1001001 11010000 110011 1000001 0 1001011 10010 1110000 111111 110011

Color Harmonies of #49D033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D033

Black with #49D033

Text Example


Text Example

White with #49D033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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