Html Css Color HEX #49CA40 Lime Green

📋 copy color: '#49CA40'

red 73 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #49CA40

Tints of Lime Green #49CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.59%

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

R = 21.53%
G = 59.59%
B = 18.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#49CA40 (or 0x49CA40) is known color: Lime Green. HEX triplet: 49, CA and 40. RGB value is (73,202,64). Sum of RGB (Red+Green+Blue) = 73+202+64=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA40 is #B635BF. Grayscale: #949494. Windows color (decimal): -11941312 or 4246089. OLE color: 4246089.

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

Color convert

RGB 73 202 64 -
CMYK 0.64 0 0.68 0.21
HSL 116.09º 0.57% 0.52% -
HSV(B) 116.09º 0.68% 0.79% -
XYZ 24.79 44.03 12.04 -
YUV 147.7 80.76 74.72 -
System Red Green Blue C M Y K H S L
Decimal 73 202 64 0.64 0 0.68 0.21 116.09 0.57 0.52
Hex 49 CA 40 40 0 44 15 74 39 34
Octal 111 312 100 100 0 104 25 164 71 64
Binary 1001001 11001010 1000000 1000000 0 1000100 10101 1110100 111001 110100

Color Harmonies of #49CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA40

Black with #49CA40

Text Example


Text Example

White with #49CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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