Shades of Lime Green #38E431
Tints of Lime Green #38E431
RGB
CMYK
RGB Variations
Color information
#38E431 (or 0x38E431) is known color: Lime Green. HEX triplet: 38, E4 and 31. RGB value is (56,228,49). Sum of RGB (Red+Green+Blue) = 56+228+49=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 228 (89.45% from 255 or 68.47% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 228 - color contains mainly: green. Hex color #38E431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E431 is #C71BCE. Grayscale: #9C9C9C. Windows color (decimal): -13048783 or 3269688. OLE color: 3269688.
HSL color Cylindrical-coordinate representation of color #38E431: hue angle of 117.65º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38E431 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 228 | 49 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.11 |
| HSL | 117.65º | 0.77% | 0.54% | - |
| HSV(B) | 117.65º | 0.79% | 0.89% | - |
| XYZ | 29.93 | 56.55 | 12.24 | - |
| YUV | 156.17 | 67.52 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 228 | 49 | 0.75 | 0 | 0.79 | 0.11 | 117.65 | 0.77 | 0.54 |
| Hex | 38 | E4 | 31 | 4B | 0 | 4F | B | 76 | 4D | 36 |
| Octal | 70 | 344 | 61 | 113 | 0 | 117 | 13 | 166 | 115 | 66 |
| Binary | 111000 | 11100100 | 110001 | 1001011 | 0 | 1001111 | 1011 | 1110110 | 1001101 | 110110 |
Color Harmonies of #38E431
Complementary color
Monochromatic Colors of #38E431
Black with #38E431
Text Example
Text Example
White with #38E431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E431; }
p { color: rgb(56,228,49); }
H1.HeaderClassName
{
color: #38E431;
}
.AnyTagClassName
{
color: #38E431;
}
</style>
background-color css
<style>
a { background-color: #38E431; }
a { background-color: rgb(56,228,49); }
div.DivClassName
{
background-color: #38E431;
}
.BgClassName
{
background-color: #38E431;
}
</style>
border-color css
<style>
span { border-color: #38E431; }
span { border-color: rgb(56,228,49); }
td.TdClassName
{
border-color: #38E431;
}
.TagClassName
{
border-color: #38E431;
}
</style>