Shades of Lime Green #38DC57
Tints of Lime Green #38DC57
RGB
CMYK
RGB Variations
Color information
#38DC57 (or 0x38DC57) is known color: Lime Green. HEX triplet: 38, DC and 57. RGB value is (56,220,87). Sum of RGB (Red+Green+Blue) = 56+220+87=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DC57 is #C723A8. Grayscale: #9C9C9C. Windows color (decimal): -13050793 or 5758008. OLE color: 5758008.
HSL color Cylindrical-coordinate representation of color #38DC57: hue angle of 131.34º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC57 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 87 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.14 |
| HSL | 131.34º | 0.7% | 0.54% | - |
| HSV(B) | 131.34º | 0.75% | 0.86% | - |
| XYZ | 28.94 | 52.72 | 17.67 | - |
| YUV | 155.8 | 89.17 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 87 | 0.75 | 0 | 0.60 | 0.14 | 131.34 | 0.7 | 0.54 |
| Hex | 38 | DC | 57 | 4B | 0 | 3C | E | 83 | 46 | 36 |
| Octal | 70 | 334 | 127 | 113 | 0 | 74 | 16 | 203 | 106 | 66 |
| Binary | 111000 | 11011100 | 1010111 | 1001011 | 0 | 111100 | 1110 | 10000011 | 1000110 | 110110 |
Color Harmonies of #38DC57
Complementary color
Monochromatic Colors of #38DC57
Black with #38DC57
Text Example
Text Example
White with #38DC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DC57; }
p { color: rgb(56,220,87); }
H1.HeaderClassName
{
color: #38DC57;
}
.AnyTagClassName
{
color: #38DC57;
}
</style>
background-color css
<style>
a { background-color: #38DC57; }
a { background-color: rgb(56,220,87); }
div.DivClassName
{
background-color: #38DC57;
}
.BgClassName
{
background-color: #38DC57;
}
</style>
border-color css
<style>
span { border-color: #38DC57; }
span { border-color: rgb(56,220,87); }
td.TdClassName
{
border-color: #38DC57;
}
.TagClassName
{
border-color: #38DC57;
}
</style>