Html Css Color HEX #49CA46 Lime Green

📋 copy color: '#49CA46'

red 73 ◦ green 202 ◦ blue 70

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

Shades of Lime Green #49CA46

Tints of Lime Green #49CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 21.16%
G = 58.55%
B = 20.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#49CA46 (or 0x49CA46) is known color: Lime Green. HEX triplet: 49, CA and 46. RGB value is (73,202,70). Sum of RGB (Red+Green+Blue) = 73+202+70=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA46 is #B635B9. Grayscale: #949494. Windows color (decimal): -11941306 or 4639305. OLE color: 4639305.

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

Color convert

RGB 73 202 70 -
CMYK 0.64 0 0.65 0.21
HSL 118.64º 0.55% 0.53% -
HSV(B) 118.64º 0.65% 0.79% -
XYZ 24.97 44.1 12.99 -
YUV 148.38 83.76 74.23 -
System Red Green Blue C M Y K H S L
Decimal 73 202 70 0.64 0 0.65 0.21 118.64 0.55 0.53
Hex 49 CA 46 40 0 41 15 77 37 35
Octal 111 312 106 100 0 101 25 167 67 65
Binary 1001001 11001010 1000110 1000000 0 1000001 10101 1110111 110111 110101

Color Harmonies of #49CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA46

Black with #49CA46

Text Example


Text Example

White with #49CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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