Shades of Lime Green #38D554
Tints of Lime Green #38D554
RGB
CMYK
RGB Variations
Color information
#38D554 (or 0x38D554) is known color: Lime Green. HEX triplet: 38, D5 and 54. RGB value is (56,213,84). Sum of RGB (Red+Green+Blue) = 56+213+84=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #38D554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D554 is #C72AAB. Grayscale: #979797. Windows color (decimal): -13052588 or 5559608. OLE color: 5559608.
HSL color Cylindrical-coordinate representation of color #38D554: hue angle of 130.7º 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 #38D554 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 84 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.16 |
| HSL | 130.7º | 0.65% | 0.53% | - |
| HSV(B) | 130.7º | 0.74% | 0.84% | - |
| XYZ | 27.03 | 49.07 | 16.43 | - |
| YUV | 151.35 | 89.99 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 84 | 0.74 | 0 | 0.61 | 0.16 | 130.7 | 0.65 | 0.53 |
| Hex | 38 | D5 | 54 | 4A | 0 | 3D | 10 | 83 | 41 | 35 |
| Octal | 70 | 325 | 124 | 112 | 0 | 75 | 20 | 203 | 101 | 65 |
| Binary | 111000 | 11010101 | 1010100 | 1001010 | 0 | 111101 | 10000 | 10000011 | 1000001 | 110101 |
Color Harmonies of #38D554
Complementary color
Monochromatic Colors of #38D554
Black with #38D554
Text Example
Text Example
White with #38D554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D554; }
p { color: rgb(56,213,84); }
H1.HeaderClassName
{
color: #38D554;
}
.AnyTagClassName
{
color: #38D554;
}
</style>
background-color css
<style>
a { background-color: #38D554; }
a { background-color: rgb(56,213,84); }
div.DivClassName
{
background-color: #38D554;
}
.BgClassName
{
background-color: #38D554;
}
</style>
border-color css
<style>
span { border-color: #38D554; }
span { border-color: rgb(56,213,84); }
td.TdClassName
{
border-color: #38D554;
}
.TagClassName
{
border-color: #38D554;
}
</style>