Shades of Lime Green #38D816
Tints of Lime Green #38D816
RGB
CMYK
RGB Variations
Color information
#38D816 (or 0x38D816) is known color: Lime Green. HEX triplet: 38, D8 and 16. RGB value is (56,216,22). Sum of RGB (Red+Green+Blue) = 56+216+22=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 216 (84.77% from 255 or 73.47% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 216 - color contains mainly: green. Hex color #38D816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D816 is #C727E9. Grayscale: #929292. Windows color (decimal): -13051882 or 1497144. OLE color: 1497144.
HSL color Cylindrical-coordinate representation of color #38D816: hue angle of 109.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38D816 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 22 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.15 |
| HSL | 109.48º | 0.82% | 0.47% | - |
| HSV(B) | 109.48º | 0.9% | 0.85% | - |
| XYZ | 26.33 | 50.01 | 9.02 | - |
| YUV | 146.04 | 57.99 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 22 | 0.74 | 0 | 0.90 | 0.15 | 109.48 | 0.82 | 0.47 |
| Hex | 38 | D8 | 16 | 4A | 0 | 5A | F | 6D | 52 | 2F |
| Octal | 70 | 330 | 26 | 112 | 0 | 132 | 17 | 155 | 122 | 57 |
| Binary | 111000 | 11011000 | 10110 | 1001010 | 0 | 1011010 | 1111 | 1101101 | 1010010 | 101111 |
Color Harmonies of #38D816
Complementary color
Monochromatic Colors of #38D816
Black with #38D816
Text Example
Text Example
White with #38D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D816; }
p { color: rgb(56,216,22); }
H1.HeaderClassName
{
color: #38D816;
}
.AnyTagClassName
{
color: #38D816;
}
</style>
background-color css
<style>
a { background-color: #38D816; }
a { background-color: rgb(56,216,22); }
div.DivClassName
{
background-color: #38D816;
}
.BgClassName
{
background-color: #38D816;
}
</style>
border-color css
<style>
span { border-color: #38D816; }
span { border-color: rgb(56,216,22); }
td.TdClassName
{
border-color: #38D816;
}
.TagClassName
{
border-color: #38D816;
}
</style>