Html Css Color HEX #49DA30 Lime Green

📋 copy color: '#49DA30'

red 73 ◦ green 218 ◦ blue 48

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

Shades of Lime Green #49DA30

Tints of Lime Green #49DA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 64.31%

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

R = 21.53%
G = 64.31%
B = 14.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#49DA30 (or 0x49DA30) is known color: Lime Green. HEX triplet: 49, DA and 30. RGB value is (73,218,48). Sum of RGB (Red+Green+Blue) = 73+218+48=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 218 (85.55% from 255 or 64.31% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DA30 is #B625CF. Grayscale: #9B9B9B. Windows color (decimal): -11937232 or 3201609. OLE color: 3201609.

HSL color Cylindrical-coordinate representation of color #49DA30: hue angle of 111.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49DA30 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 218 48 -
CMYK 0.67 0 0.78 0.15
HSL 111.18º 0.7% 0.52% -
HSV(B) 111.18º 0.78% 0.85% -
XYZ 28.35 51.77 11.3 -
YUV 155.27 67.46 69.32 -
System Red Green Blue C M Y K H S L
Decimal 73 218 48 0.67 0 0.78 0.15 111.18 0.7 0.52
Hex 49 DA 30 43 0 4E F 6F 46 34
Octal 111 332 60 103 0 116 17 157 106 64
Binary 1001001 11011010 110000 1000011 0 1001110 1111 1101111 1000110 110100

Color Harmonies of #49DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DA30

Black with #49DA30

Text Example


Text Example

White with #49DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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