Shades of Lime Green #38E424
Tints of Lime Green #38E424
RGB
CMYK
RGB Variations
Color information
#38E424 (or 0x38E424) is known color: Lime Green. HEX triplet: 38, E4 and 24. RGB value is (56,228,36). Sum of RGB (Red+Green+Blue) = 56+228+36=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 228 (89.45% from 255 or 71.25% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 228 - color contains mainly: green. Hex color #38E424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E424 is #C71BDB. Grayscale: #9B9B9B. Windows color (decimal): -13048796 or 2417720. OLE color: 2417720.
HSL color Cylindrical-coordinate representation of color #38E424: hue angle of 113.75º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38E424 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 228 | 36 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.11 |
| HSL | 113.75º | 0.78% | 0.52% | - |
| HSV(B) | 113.75º | 0.84% | 0.89% | - |
| XYZ | 29.69 | 56.45 | 11 | - |
| YUV | 154.68 | 61.02 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 228 | 36 | 0.75 | 0 | 0.84 | 0.11 | 113.75 | 0.78 | 0.52 |
| Hex | 38 | E4 | 24 | 4B | 0 | 54 | B | 72 | 4E | 34 |
| Octal | 70 | 344 | 44 | 113 | 0 | 124 | 13 | 162 | 116 | 64 |
| Binary | 111000 | 11100100 | 100100 | 1001011 | 0 | 1010100 | 1011 | 1110010 | 1001110 | 110100 |
Color Harmonies of #38E424
Complementary color
Monochromatic Colors of #38E424
Black with #38E424
Text Example
Text Example
White with #38E424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E424; }
p { color: rgb(56,228,36); }
H1.HeaderClassName
{
color: #38E424;
}
.AnyTagClassName
{
color: #38E424;
}
</style>
background-color css
<style>
a { background-color: #38E424; }
a { background-color: rgb(56,228,36); }
div.DivClassName
{
background-color: #38E424;
}
.BgClassName
{
background-color: #38E424;
}
</style>
border-color css
<style>
span { border-color: #38E424; }
span { border-color: rgb(56,228,36); }
td.TdClassName
{
border-color: #38E424;
}
.TagClassName
{
border-color: #38E424;
}
</style>