Shades of Lime Green #38EA4D
Tints of Lime Green #38EA4D
RGB
CMYK
RGB Variations
Color information
#38EA4D (or 0x38EA4D) is known color: Lime Green. HEX triplet: 38, EA and 4D. RGB value is (56,234,77). Sum of RGB (Red+Green+Blue) = 56+234+77=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 234 (91.80% from 255 or 63.76% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 234 - color contains mainly: green. Hex color #38EA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EA4D is #C715B2. Grayscale: #A3A3A3. Windows color (decimal): -13047219 or 5106232. OLE color: 5106232.
HSL color Cylindrical-coordinate representation of color #38EA4D: hue angle of 127.08º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EA4D is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 234 | 77 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.08 |
| HSL | 127.08º | 0.81% | 0.57% | - |
| HSV(B) | 127.08º | 0.76% | 0.92% | - |
| XYZ | 32.39 | 60.22 | 16.94 | - |
| YUV | 162.88 | 79.53 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 234 | 77 | 0.76 | 0 | 0.67 | 0.08 | 127.08 | 0.81 | 0.57 |
| Hex | 38 | EA | 4D | 4C | 0 | 43 | 8 | 7F | 51 | 39 |
| Octal | 70 | 352 | 115 | 114 | 0 | 103 | 10 | 177 | 121 | 71 |
| Binary | 111000 | 11101010 | 1001101 | 1001100 | 0 | 1000011 | 1000 | 1111111 | 1010001 | 111001 |
Color Harmonies of #38EA4D
Complementary color
Monochromatic Colors of #38EA4D
Black with #38EA4D
Text Example
Text Example
White with #38EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EA4D; }
p { color: rgb(56,234,77); }
H1.HeaderClassName
{
color: #38EA4D;
}
.AnyTagClassName
{
color: #38EA4D;
}
</style>
background-color css
<style>
a { background-color: #38EA4D; }
a { background-color: rgb(56,234,77); }
div.DivClassName
{
background-color: #38EA4D;
}
.BgClassName
{
background-color: #38EA4D;
}
</style>
border-color css
<style>
span { border-color: #38EA4D; }
span { border-color: rgb(56,234,77); }
td.TdClassName
{
border-color: #38EA4D;
}
.TagClassName
{
border-color: #38EA4D;
}
</style>