Shades of Lime Green #38E24D
Tints of Lime Green #38E24D
RGB
CMYK
RGB Variations
Color information
#38E24D (or 0x38E24D) is known color: Lime Green. HEX triplet: 38, E2 and 4D. RGB value is (56,226,77). Sum of RGB (Red+Green+Blue) = 56+226+77=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 226 (88.67% from 255 or 62.95% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 226 - color contains mainly: green. Hex color #38E24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E24D is #C71DB2. Grayscale: #9E9E9E. Windows color (decimal): -13049267 or 5104184. OLE color: 5104184.
HSL color Cylindrical-coordinate representation of color #38E24D: hue angle of 127.41º 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 #38E24D is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 226 | 77 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.11 |
| HSL | 127.41º | 0.75% | 0.55% | - |
| HSV(B) | 127.41º | 0.75% | 0.89% | - |
| XYZ | 30.17 | 55.77 | 16.2 | - |
| YUV | 158.18 | 82.18 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 226 | 77 | 0.75 | 0 | 0.66 | 0.11 | 127.41 | 0.75 | 0.55 |
| Hex | 38 | E2 | 4D | 4B | 0 | 42 | B | 7F | 4B | 37 |
| Octal | 70 | 342 | 115 | 113 | 0 | 102 | 13 | 177 | 113 | 67 |
| Binary | 111000 | 11100010 | 1001101 | 1001011 | 0 | 1000010 | 1011 | 1111111 | 1001011 | 110111 |
Color Harmonies of #38E24D
Complementary color
Monochromatic Colors of #38E24D
Black with #38E24D
Text Example
Text Example
White with #38E24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E24D; }
p { color: rgb(56,226,77); }
H1.HeaderClassName
{
color: #38E24D;
}
.AnyTagClassName
{
color: #38E24D;
}
</style>
background-color css
<style>
a { background-color: #38E24D; }
a { background-color: rgb(56,226,77); }
div.DivClassName
{
background-color: #38E24D;
}
.BgClassName
{
background-color: #38E24D;
}
</style>
border-color css
<style>
span { border-color: #38E24D; }
span { border-color: rgb(56,226,77); }
td.TdClassName
{
border-color: #38E24D;
}
.TagClassName
{
border-color: #38E24D;
}
</style>