Shades of Lime Green #38E257
Tints of Lime Green #38E257
RGB
CMYK
RGB Variations
Color information
#38E257 (or 0x38E257) is known color: Lime Green. HEX triplet: 38, E2 and 57. RGB value is (56,226,87). Sum of RGB (Red+Green+Blue) = 56+226+87=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 226 (88.67% from 255 or 61.25% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 226 - color contains mainly: green. Hex color #38E257 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E257 is #C71DA8. Grayscale: #9F9F9F. Windows color (decimal): -13049257 or 5759544. OLE color: 5759544.
HSL color Cylindrical-coordinate representation of color #38E257: hue angle of 130.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E257 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 226 | 87 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.11 |
| HSL | 130.94º | 0.75% | 0.55% | - |
| HSV(B) | 130.94º | 0.75% | 0.89% | - |
| XYZ | 30.55 | 55.92 | 18.2 | - |
| YUV | 159.32 | 87.18 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 226 | 87 | 0.75 | 0 | 0.62 | 0.11 | 130.94 | 0.75 | 0.55 |
| Hex | 38 | E2 | 57 | 4B | 0 | 3E | B | 83 | 4B | 37 |
| Octal | 70 | 342 | 127 | 113 | 0 | 76 | 13 | 203 | 113 | 67 |
| Binary | 111000 | 11100010 | 1010111 | 1001011 | 0 | 111110 | 1011 | 10000011 | 1001011 | 110111 |
Color Harmonies of #38E257
Complementary color
Monochromatic Colors of #38E257
Black with #38E257
Text Example
Text Example
White with #38E257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E257; }
p { color: rgb(56,226,87); }
H1.HeaderClassName
{
color: #38E257;
}
.AnyTagClassName
{
color: #38E257;
}
</style>
background-color css
<style>
a { background-color: #38E257; }
a { background-color: rgb(56,226,87); }
div.DivClassName
{
background-color: #38E257;
}
.BgClassName
{
background-color: #38E257;
}
</style>
border-color css
<style>
span { border-color: #38E257; }
span { border-color: rgb(56,226,87); }
td.TdClassName
{
border-color: #38E257;
}
.TagClassName
{
border-color: #38E257;
}
</style>