Shades of Lime Green #38D726
Tints of Lime Green #38D726
RGB
CMYK
RGB Variations
Color information
#38D726 (or 0x38D726) is known color: Lime Green. HEX triplet: 38, D7 and 26. RGB value is (56,215,38). Sum of RGB (Red+Green+Blue) = 56+215+38=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 215 (84.38% from 255 or 69.58% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 215 - color contains mainly: green. Hex color #38D726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D726 is #C728D9. Grayscale: #939393. Windows color (decimal): -13052122 or 2545464. OLE color: 2545464.
HSL color Cylindrical-coordinate representation of color #38D726: hue angle of 113.9º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38D726 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 38 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.16 |
| HSL | 113.9º | 0.7% | 0.5% | - |
| HSV(B) | 113.9º | 0.82% | 0.84% | - |
| XYZ | 26.28 | 49.58 | 10.02 | - |
| YUV | 147.28 | 66.32 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 38 | 0.74 | 0 | 0.82 | 0.16 | 113.9 | 0.7 | 0.5 |
| Hex | 38 | D7 | 26 | 4A | 0 | 52 | 10 | 72 | 46 | 32 |
| Octal | 70 | 327 | 46 | 112 | 0 | 122 | 20 | 162 | 106 | 62 |
| Binary | 111000 | 11010111 | 100110 | 1001010 | 0 | 1010010 | 10000 | 1110010 | 1000110 | 110010 |
Color Harmonies of #38D726
Complementary color
Monochromatic Colors of #38D726
Black with #38D726
Text Example
Text Example
White with #38D726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D726; }
p { color: rgb(56,215,38); }
H1.HeaderClassName
{
color: #38D726;
}
.AnyTagClassName
{
color: #38D726;
}
</style>
background-color css
<style>
a { background-color: #38D726; }
a { background-color: rgb(56,215,38); }
div.DivClassName
{
background-color: #38D726;
}
.BgClassName
{
background-color: #38D726;
}
</style>
border-color css
<style>
span { border-color: #38D726; }
span { border-color: rgb(56,215,38); }
td.TdClassName
{
border-color: #38D726;
}
.TagClassName
{
border-color: #38D726;
}
</style>