Html Css Color HEX #49F142 Lime Green

📋 copy color: '#49F142'

red 73 ◦ green 241 ◦ blue 66

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

Shades of Lime Green #49F142

Tints of Lime Green #49F142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 19.21%
G = 63.42%
B = 17.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#49F142 (or 0x49F142) is known color: Lime Green. HEX triplet: 49, F1 and 42. RGB value is (73,241,66). Sum of RGB (Red+Green+Blue) = 73+241+66=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #49F142 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F142 is #B60EBD. Grayscale: #ABABAB. Windows color (decimal): -11931326 or 4387145. OLE color: 4387145.

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

Color convert

RGB 73 241 66 -
CMYK 0.70 0 0.73 0.05
HSL 117.6º 0.86% 0.6% -
HSV(B) 117.6º 0.73% 0.95% -
XYZ 35.19 64.72 15.79 -
YUV 170.82 68.84 58.23 -
System Red Green Blue C M Y K H S L
Decimal 73 241 66 0.70 0 0.73 0.05 117.6 0.86 0.6
Hex 49 F1 42 46 0 49 5 76 56 3C
Octal 111 361 102 106 0 111 5 166 126 74
Binary 1001001 11110001 1000010 1000110 0 1001001 101 1110110 1010110 111100

Color Harmonies of #49F142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F142

Black with #49F142

Text Example


Text Example

White with #49F142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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