Shades of Lime Green #38EA51
Tints of Lime Green #38EA51
RGB
CMYK
RGB Variations
Color information
#38EA51 (or 0x38EA51) is known color: Lime Green. HEX triplet: 38, EA and 51. RGB value is (56,234,81). Sum of RGB (Red+Green+Blue) = 56+234+81=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 234 (91.80% from 255 or 63.07% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 234 - color contains mainly: green. Hex color #38EA51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EA51 is #C715AE. Grayscale: #A3A3A3. Windows color (decimal): -13047215 or 5368376. OLE color: 5368376.
HSL color Cylindrical-coordinate representation of color #38EA51: hue angle of 128.43º 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 #38EA51 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 234 | 81 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.08 |
| HSL | 128.43º | 0.81% | 0.57% | - |
| HSV(B) | 128.43º | 0.76% | 0.92% | - |
| XYZ | 32.54 | 60.28 | 17.7 | - |
| YUV | 163.34 | 81.53 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 234 | 81 | 0.76 | 0 | 0.65 | 0.08 | 128.43 | 0.81 | 0.57 |
| Hex | 38 | EA | 51 | 4C | 0 | 41 | 8 | 80 | 51 | 39 |
| Octal | 70 | 352 | 121 | 114 | 0 | 101 | 10 | 200 | 121 | 71 |
| Binary | 111000 | 11101010 | 1010001 | 1001100 | 0 | 1000001 | 1000 | 10000000 | 1010001 | 111001 |
Color Harmonies of #38EA51
Complementary color
Monochromatic Colors of #38EA51
Black with #38EA51
Text Example
Text Example
White with #38EA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EA51; }
p { color: rgb(56,234,81); }
H1.HeaderClassName
{
color: #38EA51;
}
.AnyTagClassName
{
color: #38EA51;
}
</style>
background-color css
<style>
a { background-color: #38EA51; }
a { background-color: rgb(56,234,81); }
div.DivClassName
{
background-color: #38EA51;
}
.BgClassName
{
background-color: #38EA51;
}
</style>
border-color css
<style>
span { border-color: #38EA51; }
span { border-color: rgb(56,234,81); }
td.TdClassName
{
border-color: #38EA51;
}
.TagClassName
{
border-color: #38EA51;
}
</style>