Html Css Color HEX #49DF2C Lime Green

📋 copy color: '#49DF2C'

red 73 ◦ green 223 ◦ blue 44

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

Shades of Lime Green #49DF2C

Tints of Lime Green #49DF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.94%

R = 21.47%
G = 65.59%
B = 12.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#49DF2C (or 0x49DF2C) is known color: Lime Green. HEX triplet: 49, DF and 2C. RGB value is (73,223,44). Sum of RGB (Red+Green+Blue) = 73+223+44=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 223 (87.5% from 255 or 65.59% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DF2C is #B620D3. Grayscale: #9E9E9E. Windows color (decimal): -11935956 or 2940745. OLE color: 2940745.

HSL color Cylindrical-coordinate representation of color #49DF2C: hue angle of 110.28º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49DF2C is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 44 -
CMYK 0.67 0 0.80 0.13
HSL 110.28º 0.74% 0.52% -
HSV(B) 110.28º 0.8% 0.87% -
XYZ 29.59 54.37 11.32 -
YUV 157.74 63.81 67.55 -
System Red Green Blue C M Y K H S L
Decimal 73 223 44 0.67 0 0.80 0.13 110.28 0.74 0.52
Hex 49 DF 2C 43 0 50 D 6E 4A 34
Octal 111 337 54 103 0 120 15 156 112 64
Binary 1001001 11011111 101100 1000011 0 1010000 1101 1101110 1001010 110100

Color Harmonies of #49DF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DF2C

Black with #49DF2C

Text Example


Text Example

White with #49DF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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