Shades of Lime Green #38D84D
Tints of Lime Green #38D84D
RGB
CMYK
RGB Variations
Color information
#38D84D (or 0x38D84D) is known color: Lime Green. HEX triplet: 38, D8 and 4D. RGB value is (56,216,77). Sum of RGB (Red+Green+Blue) = 56+216+77=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 216 (84.77% from 255 or 61.89% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 216 - color contains mainly: green. Hex color #38D84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D84D is #C727B2. Grayscale: #989898. Windows color (decimal): -13051827 or 5101624. OLE color: 5101624.
HSL color Cylindrical-coordinate representation of color #38D84D: hue angle of 127.87º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D84D is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 77 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.15 |
| HSL | 127.88º | 0.67% | 0.53% | - |
| HSV(B) | 127.88º | 0.74% | 0.85% | - |
| XYZ | 27.53 | 50.49 | 15.32 | - |
| YUV | 152.31 | 85.49 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 77 | 0.74 | 0 | 0.64 | 0.15 | 127.88 | 0.67 | 0.53 |
| Hex | 38 | D8 | 4D | 4A | 0 | 40 | F | 80 | 43 | 35 |
| Octal | 70 | 330 | 115 | 112 | 0 | 100 | 17 | 200 | 103 | 65 |
| Binary | 111000 | 11011000 | 1001101 | 1001010 | 0 | 1000000 | 1111 | 10000000 | 1000011 | 110101 |
Color Harmonies of #38D84D
Complementary color
Monochromatic Colors of #38D84D
Black with #38D84D
Text Example
Text Example
White with #38D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D84D; }
p { color: rgb(56,216,77); }
H1.HeaderClassName
{
color: #38D84D;
}
.AnyTagClassName
{
color: #38D84D;
}
</style>
background-color css
<style>
a { background-color: #38D84D; }
a { background-color: rgb(56,216,77); }
div.DivClassName
{
background-color: #38D84D;
}
.BgClassName
{
background-color: #38D84D;
}
</style>
border-color css
<style>
span { border-color: #38D84D; }
span { border-color: rgb(56,216,77); }
td.TdClassName
{
border-color: #38D84D;
}
.TagClassName
{
border-color: #38D84D;
}
</style>