Html Css Color HEX #49E640 Lime Green

📋 copy color: '#49E640'

red 73 ◦ green 230 ◦ blue 64

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

Shades of Lime Green #49E640

Tints of Lime Green #49E640

RGB

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

 GREEN value IS 230 (90.23% from 255) = 62.67%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 19.89%
G = 62.67%
B = 17.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#49E640 (or 0x49E640) is known color: Lime Green. HEX triplet: 49, E6 and 40. RGB value is (73,230,64). Sum of RGB (Red+Green+Blue) = 73+230+64=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 230 (90.23% from 255 or 62.67% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 230 - color contains mainly: green. Hex color #49E640 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49E640 is #B619BF. Grayscale: #A4A4A4. Windows color (decimal): -11934144 or 4253257. OLE color: 4253257.

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

Color convert

RGB 73 230 64 -
CMYK 0.68 0 0.72 0.10
HSL 116.75º 0.77% 0.58% -
HSV(B) 116.75º 0.72% 0.9% -
XYZ 31.97 58.38 14.43 -
YUV 164.13 71.49 63 -
System Red Green Blue C M Y K H S L
Decimal 73 230 64 0.68 0 0.72 0.10 116.75 0.77 0.58
Hex 49 E6 40 44 0 48 A 75 4D 3A
Octal 111 346 100 104 0 110 12 165 115 72
Binary 1001001 11100110 1000000 1000100 0 1001000 1010 1110101 1001101 111010

Color Harmonies of #49E640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E640

Black with #49E640

Text Example


Text Example

White with #49E640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,230,64); }

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

background-color css

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

 a { background-color: rgb(73,230,64); }

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

border-color css

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

 span { border-color: rgb(73,230,64); }

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