Html Css Color HEX #49C03A Lime Green

📋 copy color: '#49C03A'

red 73 ◦ green 192 ◦ blue 58

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

Shades of Lime Green #49C03A

Tints of Lime Green #49C03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 22.6%
G = 59.44%
B = 17.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#49C03A (or 0x49C03A) is known color: Lime Green. HEX triplet: 49, C0 and 3A. RGB value is (73,192,58). Sum of RGB (Red+Green+Blue) = 73+192+58=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #49C03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C03A is #B63FC5. Grayscale: #8D8D8D. Windows color (decimal): -11943878 or 3850313. OLE color: 3850313.

HSL color Cylindrical-coordinate representation of color #49C03A: hue angle of 113.28º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49C03A is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 58 -
CMYK 0.62 0 0.70 0.25
HSL 113.28º 0.54% 0.49% -
HSV(B) 113.28º 0.7% 0.75% -
XYZ 22.36 39.42 10.43 -
YUV 141.14 81.08 79.4 -
System Red Green Blue C M Y K H S L
Decimal 73 192 58 0.62 0 0.70 0.25 113.28 0.54 0.49
Hex 49 C0 3A 3E 0 46 19 71 36 31
Octal 111 300 72 76 0 106 31 161 66 61
Binary 1001001 11000000 111010 111110 0 1000110 11001 1110001 110110 110001

Color Harmonies of #49C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C03A

Black with #49C03A

Text Example


Text Example

White with #49C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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