Shades of Lime Green #38D958
Tints of Lime Green #38D958
RGB
CMYK
RGB Variations
Color information
#38D958 (or 0x38D958) is known color: Lime Green. HEX triplet: 38, D9 and 58. RGB value is (56,217,88). Sum of RGB (Red+Green+Blue) = 56+217+88=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 217 (85.16% from 255 or 60.11% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 217 - color contains mainly: green. Hex color #38D958 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D958 is #C726A7. Grayscale: #9A9A9A. Windows color (decimal): -13051560 or 5822776. OLE color: 5822776.
HSL color Cylindrical-coordinate representation of color #38D958: hue angle of 131.93º degrees, saturation: 0.68, 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 #38D958 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 88 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.15 |
| HSL | 131.93º | 0.68% | 0.54% | - |
| HSV(B) | 131.93º | 0.74% | 0.85% | - |
| XYZ | 28.21 | 51.17 | 17.62 | - |
| YUV | 154.16 | 90.66 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 88 | 0.74 | 0 | 0.59 | 0.15 | 131.93 | 0.68 | 0.54 |
| Hex | 38 | D9 | 58 | 4A | 0 | 3B | F | 84 | 44 | 36 |
| Octal | 70 | 331 | 130 | 112 | 0 | 73 | 17 | 204 | 104 | 66 |
| Binary | 111000 | 11011001 | 1011000 | 1001010 | 0 | 111011 | 1111 | 10000100 | 1000100 | 110110 |
Color Harmonies of #38D958
Complementary color
Monochromatic Colors of #38D958
Black with #38D958
Text Example
Text Example
White with #38D958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D958; }
p { color: rgb(56,217,88); }
H1.HeaderClassName
{
color: #38D958;
}
.AnyTagClassName
{
color: #38D958;
}
</style>
background-color css
<style>
a { background-color: #38D958; }
a { background-color: rgb(56,217,88); }
div.DivClassName
{
background-color: #38D958;
}
.BgClassName
{
background-color: #38D958;
}
</style>
border-color css
<style>
span { border-color: #38D958; }
span { border-color: rgb(56,217,88); }
td.TdClassName
{
border-color: #38D958;
}
.TagClassName
{
border-color: #38D958;
}
</style>