Html Css Color HEX #49E152 Lime Green

📋 copy color: '#49E152'

red 73 ◦ green 225 ◦ blue 82

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

Shades of Lime Green #49E152

Tints of Lime Green #49E152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.21%

 BLUE value IS 82 (32.42% from 255) = 21.58%

R = 19.21%
G = 59.21%
B = 21.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#49E152 (or 0x49E152) is known color: Lime Green. HEX triplet: 49, E1 and 52. RGB value is (73,225,82). Sum of RGB (Red+Green+Blue) = 73+225+82=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #49E152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E152 is #B61EAD. Grayscale: #A3A3A3. Windows color (decimal): -11935406 or 5431625. OLE color: 5431625.

HSL color Cylindrical-coordinate representation of color #49E152: hue angle of 123.55º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E152 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 225 82 -
CMYK 0.68 0 0.64 0.12
HSL 123.55º 0.72% 0.58% -
HSV(B) 123.55º 0.68% 0.88% -
XYZ 31.2 55.88 17.12 -
YUV 163.25 82.14 63.63 -
System Red Green Blue C M Y K H S L
Decimal 73 225 82 0.68 0 0.64 0.12 123.55 0.72 0.58
Hex 49 E1 52 44 0 40 C 7C 48 3A
Octal 111 341 122 104 0 100 14 174 110 72
Binary 1001001 11100001 1010010 1000100 0 1000000 1100 1111100 1001000 111010

Color Harmonies of #49E152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E152

Black with #49E152

Text Example


Text Example

White with #49E152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,225,82); }

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

background-color css

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

 a { background-color: rgb(73,225,82); }

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

border-color css

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

 span { border-color: rgb(73,225,82); }

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