Shades of Lime Green #38E457
Tints of Lime Green #38E457
RGB
CMYK
RGB Variations
Color information
#38E457 (or 0x38E457) is known color: Lime Green. HEX triplet: 38, E4 and 57. RGB value is (56,228,87). Sum of RGB (Red+Green+Blue) = 56+228+87=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 228 (89.45% from 255 or 61.46% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 228 - color contains mainly: green. Hex color #38E457 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E457 is #C71BA8. Grayscale: #A0A0A0. Windows color (decimal): -13048745 or 5760056. OLE color: 5760056.
HSL color Cylindrical-coordinate representation of color #38E457: hue angle of 130.81º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E457 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 228 | 87 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.11 |
| HSL | 130.81º | 0.76% | 0.56% | - |
| HSV(B) | 130.81º | 0.75% | 0.89% | - |
| XYZ | 31.09 | 57.02 | 18.38 | - |
| YUV | 160.5 | 86.52 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 228 | 87 | 0.75 | 0 | 0.62 | 0.11 | 130.81 | 0.76 | 0.56 |
| Hex | 38 | E4 | 57 | 4B | 0 | 3E | B | 83 | 4C | 38 |
| Octal | 70 | 344 | 127 | 113 | 0 | 76 | 13 | 203 | 114 | 70 |
| Binary | 111000 | 11100100 | 1010111 | 1001011 | 0 | 111110 | 1011 | 10000011 | 1001100 | 111000 |
Color Harmonies of #38E457
Complementary color
Monochromatic Colors of #38E457
Black with #38E457
Text Example
Text Example
White with #38E457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E457; }
p { color: rgb(56,228,87); }
H1.HeaderClassName
{
color: #38E457;
}
.AnyTagClassName
{
color: #38E457;
}
</style>
background-color css
<style>
a { background-color: #38E457; }
a { background-color: rgb(56,228,87); }
div.DivClassName
{
background-color: #38E457;
}
.BgClassName
{
background-color: #38E457;
}
</style>
border-color css
<style>
span { border-color: #38E457; }
span { border-color: rgb(56,228,87); }
td.TdClassName
{
border-color: #38E457;
}
.TagClassName
{
border-color: #38E457;
}
</style>