Shades of Lime Green #38D556
Tints of Lime Green #38D556
RGB
CMYK
RGB Variations
Color information
#38D556 (or 0x38D556) is known color: Lime Green. HEX triplet: 38, D5 and 56. RGB value is (56,213,86). Sum of RGB (Red+Green+Blue) = 56+213+86=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #38D556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D556 is #C72AA9. Grayscale: #979797. Windows color (decimal): -13052586 or 5690680. OLE color: 5690680.
HSL color Cylindrical-coordinate representation of color #38D556: hue angle of 131.46º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D556 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 86 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.16 |
| HSL | 131.47º | 0.65% | 0.53% | - |
| HSV(B) | 131.47º | 0.74% | 0.84% | - |
| XYZ | 27.1 | 49.1 | 16.85 | - |
| YUV | 151.58 | 90.99 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 86 | 0.74 | 0 | 0.60 | 0.16 | 131.47 | 0.65 | 0.53 |
| Hex | 38 | D5 | 56 | 4A | 0 | 3C | 10 | 83 | 41 | 35 |
| Octal | 70 | 325 | 126 | 112 | 0 | 74 | 20 | 203 | 101 | 65 |
| Binary | 111000 | 11010101 | 1010110 | 1001010 | 0 | 111100 | 10000 | 10000011 | 1000001 | 110101 |
Color Harmonies of #38D556
Complementary color
Monochromatic Colors of #38D556
Black with #38D556
Text Example
Text Example
White with #38D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D556; }
p { color: rgb(56,213,86); }
H1.HeaderClassName
{
color: #38D556;
}
.AnyTagClassName
{
color: #38D556;
}
</style>
background-color css
<style>
a { background-color: #38D556; }
a { background-color: rgb(56,213,86); }
div.DivClassName
{
background-color: #38D556;
}
.BgClassName
{
background-color: #38D556;
}
</style>
border-color css
<style>
span { border-color: #38D556; }
span { border-color: rgb(56,213,86); }
td.TdClassName
{
border-color: #38D556;
}
.TagClassName
{
border-color: #38D556;
}
</style>