Html Css Color HEX #49D039 Lime Green

📋 copy color: '#49D039'

red 73 ◦ green 208 ◦ blue 57

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

Shades of Lime Green #49D039

Tints of Lime Green #49D039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.86%

R = 21.6%
G = 61.54%
B = 16.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#49D039 (or 0x49D039) is known color: Lime Green. HEX triplet: 49, D0 and 39. RGB value is (73,208,57). Sum of RGB (Red+Green+Blue) = 73+208+57=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #49D039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D039 is #B62FC6. Grayscale: #969696. Windows color (decimal): -11939783 or 3788873. OLE color: 3788873.

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

Color convert

RGB 73 208 57 -
CMYK 0.65 0 0.73 0.18
HSL 113.64º 0.62% 0.52% -
HSV(B) 113.64º 0.73% 0.82% -
XYZ 26.04 46.82 11.54 -
YUV 150.42 75.27 72.78 -
System Red Green Blue C M Y K H S L
Decimal 73 208 57 0.65 0 0.73 0.18 113.64 0.62 0.52
Hex 49 D0 39 41 0 49 12 72 3E 34
Octal 111 320 71 101 0 111 22 162 76 64
Binary 1001001 11010000 111001 1000001 0 1001001 10010 1110010 111110 110100

Color Harmonies of #49D039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D039

Black with #49D039

Text Example


Text Example

White with #49D039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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