Shades of Lime Green #38E14D
Tints of Lime Green #38E14D
RGB
CMYK
RGB Variations
Color information
#38E14D (or 0x38E14D) is known color: Lime Green. HEX triplet: 38, E1 and 4D. RGB value is (56,225,77). Sum of RGB (Red+Green+Blue) = 56+225+77=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #38E14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E14D is #C71EB2. Grayscale: #9E9E9E. Windows color (decimal): -13049523 or 5103928. OLE color: 5103928.
HSL color Cylindrical-coordinate representation of color #38E14D: hue angle of 127.46º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E14D is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 225 | 77 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.12 |
| HSL | 127.46º | 0.74% | 0.55% | - |
| HSV(B) | 127.46º | 0.75% | 0.88% | - |
| XYZ | 29.9 | 55.23 | 16.11 | - |
| YUV | 157.6 | 82.51 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 225 | 77 | 0.75 | 0 | 0.66 | 0.12 | 127.46 | 0.74 | 0.55 |
| Hex | 38 | E1 | 4D | 4B | 0 | 42 | C | 7F | 4A | 37 |
| Octal | 70 | 341 | 115 | 113 | 0 | 102 | 14 | 177 | 112 | 67 |
| Binary | 111000 | 11100001 | 1001101 | 1001011 | 0 | 1000010 | 1100 | 1111111 | 1001010 | 110111 |
Color Harmonies of #38E14D
Complementary color
Monochromatic Colors of #38E14D
Black with #38E14D
Text Example
Text Example
White with #38E14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E14D; }
p { color: rgb(56,225,77); }
H1.HeaderClassName
{
color: #38E14D;
}
.AnyTagClassName
{
color: #38E14D;
}
</style>
background-color css
<style>
a { background-color: #38E14D; }
a { background-color: rgb(56,225,77); }
div.DivClassName
{
background-color: #38E14D;
}
.BgClassName
{
background-color: #38E14D;
}
</style>
border-color css
<style>
span { border-color: #38E14D; }
span { border-color: rgb(56,225,77); }
td.TdClassName
{
border-color: #38E14D;
}
.TagClassName
{
border-color: #38E14D;
}
</style>