Html Css Color HEX #49DF4B Lime Green

📋 copy color: '#49DF4B'

red 73 ◦ green 223 ◦ blue 75

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

Shades of Lime Green #49DF4B

Tints of Lime Green #49DF4B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 60.11%

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 19.68%
G = 60.11%
B = 20.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#49DF4B (or 0x49DF4B) is known color: Lime Green. HEX triplet: 49, DF and 4B. RGB value is (73,223,75). Sum of RGB (Red+Green+Blue) = 73+223+75=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DF4B is #B620B4. Grayscale: #A1A1A1. Windows color (decimal): -11935925 or 4972361. OLE color: 4972361.

HSL color Cylindrical-coordinate representation of color #49DF4B: hue angle of 120.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF4B is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 75 -
CMYK 0.67 0 0.66 0.13
HSL 120.8º 0.7% 0.58% -
HSV(B) 120.8º 0.67% 0.87% -
XYZ 30.41 54.7 15.61 -
YUV 161.28 79.31 65.03 -
System Red Green Blue C M Y K H S L
Decimal 73 223 75 0.67 0 0.66 0.13 120.8 0.7 0.58
Hex 49 DF 4B 43 0 42 D 79 46 3A
Octal 111 337 113 103 0 102 15 171 106 72
Binary 1001001 11011111 1001011 1000011 0 1000010 1101 1111001 1000110 111010

Color Harmonies of #49DF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DF4B

Black with #49DF4B

Text Example


Text Example

White with #49DF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,223,75); }

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

background-color css

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

 a { background-color: rgb(73,223,75); }

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

border-color css

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

 span { border-color: rgb(73,223,75); }

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