Shades of Lime Green #38DD49
Tints of Lime Green #38DD49
RGB
CMYK
RGB Variations
Color information
#38DD49 (or 0x38DD49) is known color: Lime Green. HEX triplet: 38, DD and 49. RGB value is (56,221,73). Sum of RGB (Red+Green+Blue) = 56+221+73=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DD49 is #C722B6. Grayscale: #9B9B9B. Windows color (decimal): -13050551 or 4840760. OLE color: 4840760.
HSL color Cylindrical-coordinate representation of color #38DD49: hue angle of 126.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DD49 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 221 | 73 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.13 |
| HSL | 126.18º | 0.71% | 0.54% | - |
| HSV(B) | 126.18º | 0.75% | 0.87% | - |
| XYZ | 28.69 | 53.03 | 15.03 | - |
| YUV | 154.79 | 81.84 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 73 | 0.75 | 0 | 0.67 | 0.13 | 126.18 | 0.71 | 0.54 |
| Hex | 38 | DD | 49 | 4B | 0 | 43 | D | 7E | 47 | 36 |
| Octal | 70 | 335 | 111 | 113 | 0 | 103 | 15 | 176 | 107 | 66 |
| Binary | 111000 | 11011101 | 1001001 | 1001011 | 0 | 1000011 | 1101 | 1111110 | 1000111 | 110110 |
Color Harmonies of #38DD49
Complementary color
Monochromatic Colors of #38DD49
Black with #38DD49
Text Example
Text Example
White with #38DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DD49; }
p { color: rgb(56,221,73); }
H1.HeaderClassName
{
color: #38DD49;
}
.AnyTagClassName
{
color: #38DD49;
}
</style>
background-color css
<style>
a { background-color: #38DD49; }
a { background-color: rgb(56,221,73); }
div.DivClassName
{
background-color: #38DD49;
}
.BgClassName
{
background-color: #38DD49;
}
</style>
border-color css
<style>
span { border-color: #38DD49; }
span { border-color: rgb(56,221,73); }
td.TdClassName
{
border-color: #38DD49;
}
.TagClassName
{
border-color: #38DD49;
}
</style>