Shades of Lime Green #38EC25
Tints of Lime Green #38EC25
RGB
CMYK
RGB Variations
Color information
#38EC25 (or 0x38EC25) is known color: Lime Green. HEX triplet: 38, EC and 25. RGB value is (56,236,37). Sum of RGB (Red+Green+Blue) = 56+236+37=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EC25 is #C713DA. Grayscale: #A0A0A0. Windows color (decimal): -13046747 or 2485304. OLE color: 2485304.
HSL color Cylindrical-coordinate representation of color #38EC25: hue angle of 114.27º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38EC25 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 37 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.07 |
| HSL | 114.27º | 0.84% | 0.54% | - |
| HSV(B) | 114.27º | 0.84% | 0.93% | - |
| XYZ | 31.96 | 60.97 | 11.83 | - |
| YUV | 159.49 | 58.87 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 37 | 0.76 | 0 | 0.84 | 0.07 | 114.27 | 0.84 | 0.54 |
| Hex | 38 | EC | 25 | 4C | 0 | 54 | 7 | 72 | 54 | 36 |
| Octal | 70 | 354 | 45 | 114 | 0 | 124 | 7 | 162 | 124 | 66 |
| Binary | 111000 | 11101100 | 100101 | 1001100 | 0 | 1010100 | 111 | 1110010 | 1010100 | 110110 |
Color Harmonies of #38EC25
Complementary color
Monochromatic Colors of #38EC25
Black with #38EC25
Text Example
Text Example
White with #38EC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC25; }
p { color: rgb(56,236,37); }
H1.HeaderClassName
{
color: #38EC25;
}
.AnyTagClassName
{
color: #38EC25;
}
</style>
background-color css
<style>
a { background-color: #38EC25; }
a { background-color: rgb(56,236,37); }
div.DivClassName
{
background-color: #38EC25;
}
.BgClassName
{
background-color: #38EC25;
}
</style>
border-color css
<style>
span { border-color: #38EC25; }
span { border-color: rgb(56,236,37); }
td.TdClassName
{
border-color: #38EC25;
}
.TagClassName
{
border-color: #38EC25;
}
</style>