Shades of Lime Green #38D555
Tints of Lime Green #38D555
RGB
CMYK
RGB Variations
Color information
#38D555 (or 0x38D555) is known color: Lime Green. HEX triplet: 38, D5 and 55. RGB value is (56,213,85). Sum of RGB (Red+Green+Blue) = 56+213+85=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #38D555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D555 is #C72AAA. Grayscale: #979797. Windows color (decimal): -13052587 or 5625144. OLE color: 5625144.
HSL color Cylindrical-coordinate representation of color #38D555: hue angle of 131.08º 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 #38D555 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 85 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.16 |
| HSL | 131.08º | 0.65% | 0.53% | - |
| HSV(B) | 131.08º | 0.74% | 0.84% | - |
| XYZ | 27.06 | 49.09 | 16.64 | - |
| YUV | 151.47 | 90.49 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 85 | 0.74 | 0 | 0.60 | 0.16 | 131.08 | 0.65 | 0.53 |
| Hex | 38 | D5 | 55 | 4A | 0 | 3C | 10 | 83 | 41 | 35 |
| Octal | 70 | 325 | 125 | 112 | 0 | 74 | 20 | 203 | 101 | 65 |
| Binary | 111000 | 11010101 | 1010101 | 1001010 | 0 | 111100 | 10000 | 10000011 | 1000001 | 110101 |
Color Harmonies of #38D555
Complementary color
Monochromatic Colors of #38D555
Black with #38D555
Text Example
Text Example
White with #38D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D555; }
p { color: rgb(56,213,85); }
H1.HeaderClassName
{
color: #38D555;
}
.AnyTagClassName
{
color: #38D555;
}
</style>
background-color css
<style>
a { background-color: #38D555; }
a { background-color: rgb(56,213,85); }
div.DivClassName
{
background-color: #38D555;
}
.BgClassName
{
background-color: #38D555;
}
</style>
border-color css
<style>
span { border-color: #38D555; }
span { border-color: rgb(56,213,85); }
td.TdClassName
{
border-color: #38D555;
}
.TagClassName
{
border-color: #38D555;
}
</style>