Html Css Color HEX #49ED45 Lime Green

📋 copy color: '#49ED45'

red 73 ◦ green 237 ◦ blue 69

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

Shades of Lime Green #49ED45

Tints of Lime Green #49ED45

RGB

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

 GREEN value IS 237 (92.97% from 255) = 62.53%

 BLUE value IS 69 (27.34% from 255) = 18.21%

R = 19.26%
G = 62.53%
B = 18.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#49ED45 (or 0x49ED45) is known color: Lime Green. HEX triplet: 49, ED and 45. RGB value is (73,237,69). Sum of RGB (Red+Green+Blue) = 73+237+69=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 237 (92.97% from 255 or 62.53% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49ED45 is #B612BA. Grayscale: #A9A9A9. Windows color (decimal): -11932347 or 4582729. OLE color: 4582729.

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

Color convert

RGB 73 237 69 -
CMYK 0.69 0 0.71 0.07
HSL 118.57º 0.82% 0.6% -
HSV(B) 118.57º 0.71% 0.93% -
XYZ 34.11 62.41 15.88 -
YUV 168.81 71.67 59.66 -
System Red Green Blue C M Y K H S L
Decimal 73 237 69 0.69 0 0.71 0.07 118.57 0.82 0.6
Hex 49 ED 45 45 0 47 7 77 52 3C
Octal 111 355 105 105 0 107 7 167 122 74
Binary 1001001 11101101 1000101 1000101 0 1000111 111 1110111 1010010 111100

Color Harmonies of #49ED45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ED45

Black with #49ED45

Text Example


Text Example

White with #49ED45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,237,69); }

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

background-color css

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

 a { background-color: rgb(73,237,69); }

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

border-color css

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

 span { border-color: rgb(73,237,69); }

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