Html Css Color HEX #49EE2A Lime Green

📋 copy color: '#49EE2A'

red 73 ◦ green 238 ◦ blue 42

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

Shades of Lime Green #49EE2A

Tints of Lime Green #49EE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 20.68%
G = 67.42%
B = 11.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#49EE2A (or 0x49EE2A) is known color: Lime Green. HEX triplet: 49, EE and 2A. RGB value is (73,238,42). Sum of RGB (Red+Green+Blue) = 73+238+42=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 238 (93.36% from 255 or 67.42% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EE2A is #B611D5. Grayscale: #A6A6A6. Windows color (decimal): -11932118 or 2813513. OLE color: 2813513.

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

Color convert

RGB 73 238 42 -
CMYK 0.69 0 0.82 0.07
HSL 110.51º 0.85% 0.55% -
HSV(B) 110.51º 0.82% 0.93% -
XYZ 33.74 62.73 12.52 -
YUV 166.32 57.84 61.44 -
System Red Green Blue C M Y K H S L
Decimal 73 238 42 0.69 0 0.82 0.07 110.51 0.85 0.55
Hex 49 EE 2A 45 0 52 7 6F 55 37
Octal 111 356 52 105 0 122 7 157 125 67
Binary 1001001 11101110 101010 1000101 0 1010010 111 1101111 1010101 110111

Color Harmonies of #49EE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EE2A

Black with #49EE2A

Text Example


Text Example

White with #49EE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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