Html Css Color HEX #49EE28 Lime Green

📋 copy color: '#49EE28'

red 73 ◦ green 238 ◦ blue 40

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

Shades of Lime Green #49EE28

Tints of Lime Green #49EE28

RGB

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

 GREEN value IS 238 (93.36% from 255) = 67.81%

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

R = 20.8%
G = 67.81%
B = 11.4%

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

#49EE28 (or 0x49EE28) is known color: Lime Green. HEX triplet: 49, EE and 28. RGB value is (73,238,40). Sum of RGB (Red+Green+Blue) = 73+238+40=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 238 (93.36% from 255 or 67.81% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EE28 is #B611D7. Grayscale: #A6A6A6. Windows color (decimal): -11932120 or 2682441. OLE color: 2682441.

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

Color convert

RGB 73 238 40 -
CMYK 0.69 0 0.83 0.07
HSL 110º 0.85% 0.55% -
HSV(B) 110º 0.83% 0.93% -
XYZ 33.71 62.72 12.34 -
YUV 166.09 56.84 61.6 -
System Red Green Blue C M Y K H S L
Decimal 73 238 40 0.69 0 0.83 0.07 110 0.85 0.55
Hex 49 EE 28 45 0 53 7 6E 55 37
Octal 111 356 50 105 0 123 7 156 125 67
Binary 1001001 11101110 101000 1000101 0 1010011 111 1101110 1010101 110111

Color Harmonies of #49EE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EE28

Black with #49EE28

Text Example


Text Example

White with #49EE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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