Html Css Color HEX #49C840 Lime Green

📋 copy color: '#49C840'

red 73 ◦ green 200 ◦ blue 64

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

Shades of Lime Green #49C840

Tints of Lime Green #49C840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.35%

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 21.66%
G = 59.35%
B = 18.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#49C840 (or 0x49C840) is known color: Lime Green. HEX triplet: 49, C8 and 40. RGB value is (73,200,64). Sum of RGB (Red+Green+Blue) = 73+200+64=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 200 (78.52% from 255 or 59.35% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 200 - color contains mainly: green. Hex color #49C840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C840 is #B637BF. Grayscale: #929292. Windows color (decimal): -11941824 or 4245577. OLE color: 4245577.

HSL color Cylindrical-coordinate representation of color #49C840: hue angle of 116.03º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49C840 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 64 -
CMYK 0.64 0 0.68 0.22
HSL 116.03º 0.55% 0.52% -
HSV(B) 116.03º 0.68% 0.78% -
XYZ 24.33 43.1 11.89 -
YUV 146.52 81.42 75.56 -
System Red Green Blue C M Y K H S L
Decimal 73 200 64 0.64 0 0.68 0.22 116.03 0.55 0.52
Hex 49 C8 40 40 0 44 16 74 37 34
Octal 111 310 100 100 0 104 26 164 67 64
Binary 1001001 11001000 1000000 1000000 0 1000100 10110 1110100 110111 110100

Color Harmonies of #49C840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C840

Black with #49C840

Text Example


Text Example

White with #49C840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,200,64); }

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

background-color css

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

 a { background-color: rgb(73,200,64); }

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

border-color css

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

 span { border-color: rgb(73,200,64); }

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