Html Css Color HEX #49D631 Lime Green

📋 copy color: '#49D631'

red 73 ◦ green 214 ◦ blue 49

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

Shades of Lime Green #49D631

Tints of Lime Green #49D631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.69%

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 21.73%
G = 63.69%
B = 14.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#49D631 (or 0x49D631) is known color: Lime Green. HEX triplet: 49, D6 and 31. RGB value is (73,214,49). Sum of RGB (Red+Green+Blue) = 73+214+49=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #49D631 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D631 is #B629CE. Grayscale: #999999. Windows color (decimal): -11938255 or 3266121. OLE color: 3266121.

HSL color Cylindrical-coordinate representation of color #49D631: hue angle of 111.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49D631 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 214 49 -
CMYK 0.66 0 0.77 0.16
HSL 111.27º 0.67% 0.52% -
HSV(B) 111.27º 0.77% 0.84% -
XYZ 27.35 49.73 11.06 -
YUV 153.03 69.29 70.92 -
System Red Green Blue C M Y K H S L
Decimal 73 214 49 0.66 0 0.77 0.16 111.27 0.67 0.52
Hex 49 D6 31 42 0 4D 10 6F 43 34
Octal 111 326 61 102 0 115 20 157 103 64
Binary 1001001 11010110 110001 1000010 0 1001101 10000 1101111 1000011 110100

Color Harmonies of #49D631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D631

Black with #49D631

Text Example


Text Example

White with #49D631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,214,49); }

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

background-color css

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

 a { background-color: rgb(73,214,49); }

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

border-color css

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

 span { border-color: rgb(73,214,49); }

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