Html Css Color HEX #49C044 Lime Green

📋 copy color: '#49C044'

red 73 ◦ green 192 ◦ blue 68

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

Shades of Lime Green #49C044

Tints of Lime Green #49C044

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.66%

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 21.92%
G = 57.66%
B = 20.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#49C044 (or 0x49C044) is known color: Lime Green. HEX triplet: 49, C0 and 44. RGB value is (73,192,68). Sum of RGB (Red+Green+Blue) = 73+192+68=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #49C044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C044 is #B63FBB. Grayscale: #8E8E8E. Windows color (decimal): -11943868 or 4505673. OLE color: 4505673.

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

Color convert

RGB 73 192 68 -
CMYK 0.62 0 0.65 0.25
HSL 117.58º 0.5% 0.51% -
HSV(B) 117.58º 0.65% 0.75% -
XYZ 22.64 39.53 11.91 -
YUV 142.28 86.08 78.58 -
System Red Green Blue C M Y K H S L
Decimal 73 192 68 0.62 0 0.65 0.25 117.58 0.5 0.51
Hex 49 C0 44 3E 0 41 19 76 32 33
Octal 111 300 104 76 0 101 31 166 62 63
Binary 1001001 11000000 1000100 111110 0 1000001 11001 1110110 110010 110011

Color Harmonies of #49C044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C044

Black with #49C044

Text Example


Text Example

White with #49C044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,192,68); }

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

background-color css

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

 a { background-color: rgb(73,192,68); }

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

border-color css

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

 span { border-color: rgb(73,192,68); }

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