Html Css Color HEX #49F144 Lime Green

📋 copy color: '#49F144'

red 73 ◦ green 241 ◦ blue 68

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

Shades of Lime Green #49F144

Tints of Lime Green #49F144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 19.11%
G = 63.09%
B = 17.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#49F144 (or 0x49F144) is known color: Lime Green. HEX triplet: 49, F1 and 44. RGB value is (73,241,68). Sum of RGB (Red+Green+Blue) = 73+241+68=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #49F144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F144 is #B60EBB. Grayscale: #ABABAB. Windows color (decimal): -11931324 or 4518217. OLE color: 4518217.

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

Color convert

RGB 73 241 68 -
CMYK 0.70 0 0.72 0.05
HSL 118.27º 0.86% 0.61% -
HSV(B) 118.27º 0.72% 0.95% -
XYZ 35.25 64.74 16.11 -
YUV 171.05 69.84 58.07 -
System Red Green Blue C M Y K H S L
Decimal 73 241 68 0.70 0 0.72 0.05 118.27 0.86 0.61
Hex 49 F1 44 46 0 48 5 76 56 3D
Octal 111 361 104 106 0 110 5 166 126 75
Binary 1001001 11110001 1000100 1000110 0 1001000 101 1110110 1010110 111101

Color Harmonies of #49F144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F144

Black with #49F144

Text Example


Text Example

White with #49F144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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