Html Css Color HEX #49EC28 Lime Green

📋 copy color: '#49EC28'

red 73 ◦ green 236 ◦ blue 40

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

Shades of Lime Green #49EC28

Tints of Lime Green #49EC28

RGB

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

 GREEN value IS 236 (92.58% from 255) = 67.62%

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 20.92%
G = 67.62%
B = 11.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#49EC28 (or 0x49EC28) is known color: Lime Green. HEX triplet: 49, EC and 28. RGB value is (73,236,40). Sum of RGB (Red+Green+Blue) = 73+236+40=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 236 (92.58% from 255 or 67.62% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EC28 is #B613D7. Grayscale: #A5A5A5. Windows color (decimal): -11932632 or 2681929. OLE color: 2681929.

HSL color Cylindrical-coordinate representation of color #49EC28: hue angle of 109.9º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49EC28 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 236 40 -
CMYK 0.69 0 0.83 0.07
HSL 109.9º 0.84% 0.54% -
HSV(B) 109.9º 0.83% 0.93% -
XYZ 33.13 61.56 12.14 -
YUV 164.92 57.5 62.44 -
System Red Green Blue C M Y K H S L
Decimal 73 236 40 0.69 0 0.83 0.07 109.9 0.84 0.54
Hex 49 EC 28 45 0 53 7 6E 54 36
Octal 111 354 50 105 0 123 7 156 124 66
Binary 1001001 11101100 101000 1000101 0 1010011 111 1101110 1010100 110110

Color Harmonies of #49EC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EC28

Black with #49EC28

Text Example


Text Example

White with #49EC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,236,40); }

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

background-color css

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

 a { background-color: rgb(73,236,40); }

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

border-color css

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

 span { border-color: rgb(73,236,40); }

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