Shades of Lime Green #38E94D
Tints of Lime Green #38E94D
RGB
CMYK
RGB Variations
Color information
#38E94D (or 0x38E94D) is known color: Lime Green. HEX triplet: 38, E9 and 4D. RGB value is (56,233,77). Sum of RGB (Red+Green+Blue) = 56+233+77=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 233 (91.41% from 255 or 63.66% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 233 - color contains mainly: green. Hex color #38E94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E94D is #C716B2. Grayscale: #A2A2A2. Windows color (decimal): -13047475 or 5105976. OLE color: 5105976.
HSL color Cylindrical-coordinate representation of color #38E94D: hue angle of 127.12º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E94D is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 233 | 77 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.09 |
| HSL | 127.12º | 0.8% | 0.57% | - |
| HSV(B) | 127.12º | 0.76% | 0.91% | - |
| XYZ | 32.11 | 59.65 | 16.84 | - |
| YUV | 162.29 | 79.86 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 77 | 0.76 | 0 | 0.67 | 0.09 | 127.12 | 0.8 | 0.57 |
| Hex | 38 | E9 | 4D | 4C | 0 | 43 | 9 | 7F | 50 | 39 |
| Octal | 70 | 351 | 115 | 114 | 0 | 103 | 11 | 177 | 120 | 71 |
| Binary | 111000 | 11101001 | 1001101 | 1001100 | 0 | 1000011 | 1001 | 1111111 | 1010000 | 111001 |
Color Harmonies of #38E94D
Complementary color
Monochromatic Colors of #38E94D
Black with #38E94D
Text Example
Text Example
White with #38E94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E94D; }
p { color: rgb(56,233,77); }
H1.HeaderClassName
{
color: #38E94D;
}
.AnyTagClassName
{
color: #38E94D;
}
</style>
background-color css
<style>
a { background-color: #38E94D; }
a { background-color: rgb(56,233,77); }
div.DivClassName
{
background-color: #38E94D;
}
.BgClassName
{
background-color: #38E94D;
}
</style>
border-color css
<style>
span { border-color: #38E94D; }
span { border-color: rgb(56,233,77); }
td.TdClassName
{
border-color: #38E94D;
}
.TagClassName
{
border-color: #38E94D;
}
</style>