Html Css Color HEX #49C53E Lime Green

📋 copy color: '#49C53E'

red 73 ◦ green 197 ◦ blue 62

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

Shades of Lime Green #49C53E

Tints of Lime Green #49C53E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.34%

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 21.99%
G = 59.34%
B = 18.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#49C53E (or 0x49C53E) is known color: Lime Green. HEX triplet: 49, C5 and 3E. RGB value is (73,197,62). Sum of RGB (Red+Green+Blue) = 73+197+62=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #49C53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C53E is #B63AC1. Grayscale: #909090. Windows color (decimal): -11942594 or 4113737. OLE color: 4113737.

HSL color Cylindrical-coordinate representation of color #49C53E: hue angle of 115.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49C53E is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 197 62 -
CMYK 0.63 0 0.69 0.23
HSL 115.11º 0.54% 0.51% -
HSV(B) 115.11º 0.69% 0.77% -
XYZ 23.58 41.7 11.36 -
YUV 144.53 81.42 76.98 -
System Red Green Blue C M Y K H S L
Decimal 73 197 62 0.63 0 0.69 0.23 115.11 0.54 0.51
Hex 49 C5 3E 3F 0 45 17 73 36 33
Octal 111 305 76 77 0 105 27 163 66 63
Binary 1001001 11000101 111110 111111 0 1000101 10111 1110011 110110 110011

Color Harmonies of #49C53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C53E

Black with #49C53E

Text Example


Text Example

White with #49C53E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,197,62); }

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

background-color css

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

 a { background-color: rgb(73,197,62); }

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

border-color css

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

 span { border-color: rgb(73,197,62); }

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