Html Css Color HEX #49EF45 Lime Green

📋 copy color: '#49EF45'

red 73 ◦ green 239 ◦ blue 69

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

Shades of Lime Green #49EF45

Tints of Lime Green #49EF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 19.16%
G = 62.73%
B = 18.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#49EF45 (or 0x49EF45) is known color: Lime Green. HEX triplet: 49, EF and 45. RGB value is (73,239,69). Sum of RGB (Red+Green+Blue) = 73+239+69=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 239 (93.75% from 255 or 62.73% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EF45 is #B610BA. Grayscale: #AAAAAA. Windows color (decimal): -11931835 or 4583241. OLE color: 4583241.

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

Color convert

RGB 73 239 69 -
CMYK 0.69 0 0.71 0.06
HSL 118.59º 0.84% 0.6% -
HSV(B) 118.59º 0.71% 0.94% -
XYZ 34.69 63.58 16.07 -
YUV 169.99 71 58.82 -
System Red Green Blue C M Y K H S L
Decimal 73 239 69 0.69 0 0.71 0.06 118.59 0.84 0.6
Hex 49 EF 45 45 0 47 6 77 54 3C
Octal 111 357 105 105 0 107 6 167 124 74
Binary 1001001 11101111 1000101 1000101 0 1000111 110 1110111 1010100 111100

Color Harmonies of #49EF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EF45

Black with #49EF45

Text Example


Text Example

White with #49EF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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