Html Css Color HEX #49DF30 Lime Green

📋 copy color: '#49DF30'

red 73 ◦ green 223 ◦ blue 48

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

Shades of Lime Green #49DF30

Tints of Lime Green #49DF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 21.22%
G = 64.83%
B = 13.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#49DF30 (or 0x49DF30) is known color: Lime Green. HEX triplet: 49, DF and 30. RGB value is (73,223,48). Sum of RGB (Red+Green+Blue) = 73+223+48=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 223 (87.5% from 255 or 64.83% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DF30 is #B620CF. Grayscale: #9E9E9E. Windows color (decimal): -11935952 or 3202889. OLE color: 3202889.

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

Color convert

RGB 73 223 48 -
CMYK 0.67 0 0.78 0.13
HSL 111.43º 0.73% 0.53% -
HSV(B) 111.43º 0.78% 0.87% -
XYZ 29.67 54.41 11.73 -
YUV 158.2 65.81 67.23 -
System Red Green Blue C M Y K H S L
Decimal 73 223 48 0.67 0 0.78 0.13 111.43 0.73 0.53
Hex 49 DF 30 43 0 4E D 6F 49 35
Octal 111 337 60 103 0 116 15 157 111 65
Binary 1001001 11011111 110000 1000011 0 1001110 1101 1101111 1001001 110101

Color Harmonies of #49DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DF30

Black with #49DF30

Text Example


Text Example

White with #49DF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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