Shades of Lime Green #38E125
Tints of Lime Green #38E125
RGB
CMYK
RGB Variations
Color information
#38E125 (or 0x38E125) is known color: Lime Green. HEX triplet: 38, E1 and 25. RGB value is (56,225,37). Sum of RGB (Red+Green+Blue) = 56+225+37=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 225 (88.28% from 255 or 70.75% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 225 - color contains mainly: green. Hex color #38E125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E125 is #C71EDA. Grayscale: #999999. Windows color (decimal): -13049563 or 2482488. OLE color: 2482488.
HSL color Cylindrical-coordinate representation of color #38E125: hue angle of 113.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38E125 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 225 | 37 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.12 |
| HSL | 113.94º | 0.76% | 0.51% | - |
| HSV(B) | 113.94º | 0.84% | 0.88% | - |
| XYZ | 28.89 | 54.82 | 10.81 | - |
| YUV | 153.04 | 62.51 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 225 | 37 | 0.75 | 0 | 0.84 | 0.12 | 113.94 | 0.76 | 0.51 |
| Hex | 38 | E1 | 25 | 4B | 0 | 54 | C | 72 | 4C | 33 |
| Octal | 70 | 341 | 45 | 113 | 0 | 124 | 14 | 162 | 114 | 63 |
| Binary | 111000 | 11100001 | 100101 | 1001011 | 0 | 1010100 | 1100 | 1110010 | 1001100 | 110011 |
Color Harmonies of #38E125
Complementary color
Monochromatic Colors of #38E125
Black with #38E125
Text Example
Text Example
White with #38E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E125; }
p { color: rgb(56,225,37); }
H1.HeaderClassName
{
color: #38E125;
}
.AnyTagClassName
{
color: #38E125;
}
</style>
background-color css
<style>
a { background-color: #38E125; }
a { background-color: rgb(56,225,37); }
div.DivClassName
{
background-color: #38E125;
}
.BgClassName
{
background-color: #38E125;
}
</style>
border-color css
<style>
span { border-color: #38E125; }
span { border-color: rgb(56,225,37); }
td.TdClassName
{
border-color: #38E125;
}
.TagClassName
{
border-color: #38E125;
}
</style>