Shades of Lime Green #38D954
Tints of Lime Green #38D954
RGB
CMYK
RGB Variations
Color information
#38D954 (or 0x38D954) is known color: Lime Green. HEX triplet: 38, D9 and 54. RGB value is (56,217,84). Sum of RGB (Red+Green+Blue) = 56+217+84=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 217 (85.16% from 255 or 60.78% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 217 - color contains mainly: green. Hex color #38D954 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D954 is #C726AB. Grayscale: #9A9A9A. Windows color (decimal): -13051564 or 5560632. OLE color: 5560632.
HSL color Cylindrical-coordinate representation of color #38D954: hue angle of 130.43º 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 #38D954 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 84 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.15 |
| HSL | 130.43º | 0.68% | 0.54% | - |
| HSV(B) | 130.43º | 0.74% | 0.85% | - |
| XYZ | 28.04 | 51.11 | 16.77 | - |
| YUV | 153.7 | 88.66 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 84 | 0.74 | 0 | 0.61 | 0.15 | 130.43 | 0.68 | 0.54 |
| Hex | 38 | D9 | 54 | 4A | 0 | 3D | F | 82 | 44 | 36 |
| Octal | 70 | 331 | 124 | 112 | 0 | 75 | 17 | 202 | 104 | 66 |
| Binary | 111000 | 11011001 | 1010100 | 1001010 | 0 | 111101 | 1111 | 10000010 | 1000100 | 110110 |
Color Harmonies of #38D954
Complementary color
Monochromatic Colors of #38D954
Black with #38D954
Text Example
Text Example
White with #38D954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D954; }
p { color: rgb(56,217,84); }
H1.HeaderClassName
{
color: #38D954;
}
.AnyTagClassName
{
color: #38D954;
}
</style>
background-color css
<style>
a { background-color: #38D954; }
a { background-color: rgb(56,217,84); }
div.DivClassName
{
background-color: #38D954;
}
.BgClassName
{
background-color: #38D954;
}
</style>
border-color css
<style>
span { border-color: #38D954; }
span { border-color: rgb(56,217,84); }
td.TdClassName
{
border-color: #38D954;
}
.TagClassName
{
border-color: #38D954;
}
</style>