Html Css Color HEX #49EF42 Lime Green

📋 copy color: '#49EF42'

red 73 ◦ green 239 ◦ blue 66

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

Shades of Lime Green #49EF42

Tints of Lime Green #49EF42

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.23%

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

R = 19.31%
G = 63.23%
B = 17.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#49EF42 (or 0x49EF42) is known color: Lime Green. HEX triplet: 49, EF and 42. RGB value is (73,239,66). Sum of RGB (Red+Green+Blue) = 73+239+66=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EF42 is #B610BD. Grayscale: #AAAAAA. Windows color (decimal): -11931838 or 4386633. OLE color: 4386633.

HSL color Cylindrical-coordinate representation of color #49EF42: hue angle of 117.57º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49EF42 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 66 -
CMYK 0.69 0 0.72 0.06
HSL 117.57º 0.84% 0.6% -
HSV(B) 117.57º 0.72% 0.94% -
XYZ 34.6 63.54 15.6 -
YUV 169.64 69.5 59.07 -
System Red Green Blue C M Y K H S L
Decimal 73 239 66 0.69 0 0.72 0.06 117.57 0.84 0.6
Hex 49 EF 42 45 0 48 6 76 54 3C
Octal 111 357 102 105 0 110 6 166 124 74
Binary 1001001 11101111 1000010 1000101 0 1001000 110 1110110 1010100 111100

Color Harmonies of #49EF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EF42

Black with #49EF42

Text Example


Text Example

White with #49EF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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