Shades of Lime Green #38DA4E
Tints of Lime Green #38DA4E
RGB
CMYK
RGB Variations
Color information
#38DA4E (or 0x38DA4E) is known color: Lime Green. HEX triplet: 38, DA and 4E. RGB value is (56,218,78). Sum of RGB (Red+Green+Blue) = 56+218+78=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DA4E is #C725B1. Grayscale: #9A9A9A. Windows color (decimal): -13051314 or 5167672. OLE color: 5167672.
HSL color Cylindrical-coordinate representation of color #38DA4E: hue angle of 128.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DA4E is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 218 | 78 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.15 |
| HSL | 128.15º | 0.69% | 0.54% | - |
| HSV(B) | 128.15º | 0.74% | 0.85% | - |
| XYZ | 28.08 | 51.53 | 15.67 | - |
| YUV | 153.6 | 85.33 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 78 | 0.74 | 0 | 0.64 | 0.15 | 128.15 | 0.69 | 0.54 |
| Hex | 38 | DA | 4E | 4A | 0 | 40 | F | 80 | 45 | 36 |
| Octal | 70 | 332 | 116 | 112 | 0 | 100 | 17 | 200 | 105 | 66 |
| Binary | 111000 | 11011010 | 1001110 | 1001010 | 0 | 1000000 | 1111 | 10000000 | 1000101 | 110110 |
Color Harmonies of #38DA4E
Complementary color
Monochromatic Colors of #38DA4E
Black with #38DA4E
Text Example
Text Example
White with #38DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DA4E; }
p { color: rgb(56,218,78); }
H1.HeaderClassName
{
color: #38DA4E;
}
.AnyTagClassName
{
color: #38DA4E;
}
</style>
background-color css
<style>
a { background-color: #38DA4E; }
a { background-color: rgb(56,218,78); }
div.DivClassName
{
background-color: #38DA4E;
}
.BgClassName
{
background-color: #38DA4E;
}
</style>
border-color css
<style>
span { border-color: #38DA4E; }
span { border-color: rgb(56,218,78); }
td.TdClassName
{
border-color: #38DA4E;
}
.TagClassName
{
border-color: #38DA4E;
}
</style>