Html Css Color HEX #49E122 Lime Green

📋 copy color: '#49E122'

red 73 ◦ green 225 ◦ blue 34

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

Shades of Lime Green #49E122

Tints of Lime Green #49E122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.24%

R = 21.99%
G = 67.77%
B = 10.24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#49E122 (or 0x49E122) is known color: Lime Green. HEX triplet: 49, E1 and 22. RGB value is (73,225,34). Sum of RGB (Red+Green+Blue) = 73+225+34=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 225 (88.28% from 255 or 67.77% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 225 - color contains mainly: green. Hex color #49E122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E122 is #B61EDD. Grayscale: #9E9E9E. Windows color (decimal): -11935454 or 2285897. OLE color: 2285897.

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

Color convert

RGB 73 225 34 -
CMYK 0.68 0 0.85 0.12
HSL 107.75º 0.76% 0.51% -
HSV(B) 107.75º 0.85% 0.88% -
XYZ 29.96 55.38 10.62 -
YUV 157.78 58.14 67.53 -
System Red Green Blue C M Y K H S L
Decimal 73 225 34 0.68 0 0.85 0.12 107.75 0.76 0.51
Hex 49 E1 22 44 0 55 C 6C 4C 33
Octal 111 341 42 104 0 125 14 154 114 63
Binary 1001001 11100001 100010 1000100 0 1010101 1100 1101100 1001100 110011

Color Harmonies of #49E122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E122

Black with #49E122

Text Example


Text Example

White with #49E122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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