Html Css Color HEX #49EA28 Lime Green

📋 copy color: '#49EA28'

red 73 ◦ green 234 ◦ blue 40

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

Shades of Lime Green #49EA28

Tints of Lime Green #49EA28

RGB

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

 GREEN value IS 234 (91.8% from 255) = 67.44%

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

R = 21.04%
G = 67.44%
B = 11.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#49EA28 (or 0x49EA28) is known color: Lime Green. HEX triplet: 49, EA and 28. RGB value is (73,234,40). Sum of RGB (Red+Green+Blue) = 73+234+40=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 234 (91.80% from 255 or 67.44% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 234 - color contains mainly: green. Hex color #49EA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EA28 is #B615D7. Grayscale: #A4A4A4. Windows color (decimal): -11933144 or 2681417. OLE color: 2681417.

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

Color convert

RGB 73 234 40 -
CMYK 0.69 0 0.83 0.08
HSL 109.79º 0.82% 0.54% -
HSV(B) 109.79º 0.83% 0.92% -
XYZ 32.55 60.42 11.95 -
YUV 163.75 58.16 63.27 -
System Red Green Blue C M Y K H S L
Decimal 73 234 40 0.69 0 0.83 0.08 109.79 0.82 0.54
Hex 49 EA 28 45 0 53 8 6E 52 36
Octal 111 352 50 105 0 123 10 156 122 66
Binary 1001001 11101010 101000 1000101 0 1010011 1000 1101110 1010010 110110

Color Harmonies of #49EA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EA28

Black with #49EA28

Text Example


Text Example

White with #49EA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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