Html Css Color HEX #49CA37 Lime Green

📋 copy color: '#49CA37'

red 73 ◦ green 202 ◦ blue 55

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

Shades of Lime Green #49CA37

Tints of Lime Green #49CA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.67%

R = 22.12%
G = 61.21%
B = 16.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#49CA37 (or 0x49CA37) is known color: Lime Green. HEX triplet: 49, CA and 37. RGB value is (73,202,55). Sum of RGB (Red+Green+Blue) = 73+202+55=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA37 is #B635C8. Grayscale: #939393. Windows color (decimal): -11941321 or 3656265. OLE color: 3656265.

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

Color convert

RGB 73 202 55 -
CMYK 0.64 0 0.73 0.21
HSL 112.65º 0.58% 0.5% -
HSV(B) 112.65º 0.73% 0.79% -
XYZ 24.56 43.93 10.8 -
YUV 146.67 76.26 75.45 -
System Red Green Blue C M Y K H S L
Decimal 73 202 55 0.64 0 0.73 0.21 112.65 0.58 0.5
Hex 49 CA 37 40 0 49 15 71 3A 32
Octal 111 312 67 100 0 111 25 161 72 62
Binary 1001001 11001010 110111 1000000 0 1001001 10101 1110001 111010 110010

Color Harmonies of #49CA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA37

Black with #49CA37

Text Example


Text Example

White with #49CA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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