Html Css Color HEX #49F137 Lime Green

📋 copy color: '#49F137'

red 73 ◦ green 241 ◦ blue 55

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

Shades of Lime Green #49F137

Tints of Lime Green #49F137

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.31%

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

R = 19.78%
G = 65.31%
B = 14.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#49F137 (or 0x49F137) is known color: Lime Green. HEX triplet: 49, F1 and 37. RGB value is (73,241,55). Sum of RGB (Red+Green+Blue) = 73+241+55=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #49F137 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F137 is #B60EC8. Grayscale: #AAAAAA. Windows color (decimal): -11931337 or 3666249. OLE color: 3666249.

HSL color Cylindrical-coordinate representation of color #49F137: hue angle of 114.19º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49F137 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 55 -
CMYK 0.70 0 0.77 0.05
HSL 114.19º 0.87% 0.58% -
HSV(B) 114.19º 0.77% 0.95% -
XYZ 34.89 64.6 14.25 -
YUV 169.56 63.34 59.12 -
System Red Green Blue C M Y K H S L
Decimal 73 241 55 0.70 0 0.77 0.05 114.19 0.87 0.58
Hex 49 F1 37 46 0 4D 5 72 57 3A
Octal 111 361 67 106 0 115 5 162 127 72
Binary 1001001 11110001 110111 1000110 0 1001101 101 1110010 1010111 111010

Color Harmonies of #49F137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F137

Black with #49F137

Text Example


Text Example

White with #49F137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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