Shades of Lime Green #38E748
Tints of Lime Green #38E748
RGB
CMYK
RGB Variations
Color information
#38E748 (or 0x38E748) is known color: Lime Green. HEX triplet: 38, E7 and 48. RGB value is (56,231,72). Sum of RGB (Red+Green+Blue) = 56+231+72=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 231 (90.62% from 255 or 64.35% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 231 - color contains mainly: green. Hex color #38E748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E748 is #C718B7. Grayscale: #A1A1A1. Windows color (decimal): -13047992 or 4777784. OLE color: 4777784.
HSL color Cylindrical-coordinate representation of color #38E748: hue angle of 125.49º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E748 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 231 | 72 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.09 |
| HSL | 125.49º | 0.78% | 0.56% | - |
| HSV(B) | 125.49º | 0.76% | 0.91% | - |
| XYZ | 31.38 | 58.46 | 15.76 | - |
| YUV | 160.55 | 78.02 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 231 | 72 | 0.76 | 0 | 0.69 | 0.09 | 125.49 | 0.78 | 0.56 |
| Hex | 38 | E7 | 48 | 4C | 0 | 45 | 9 | 7D | 4E | 38 |
| Octal | 70 | 347 | 110 | 114 | 0 | 105 | 11 | 175 | 116 | 70 |
| Binary | 111000 | 11100111 | 1001000 | 1001100 | 0 | 1000101 | 1001 | 1111101 | 1001110 | 111000 |
Color Harmonies of #38E748
Complementary color
Monochromatic Colors of #38E748
Black with #38E748
Text Example
Text Example
White with #38E748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E748; }
p { color: rgb(56,231,72); }
H1.HeaderClassName
{
color: #38E748;
}
.AnyTagClassName
{
color: #38E748;
}
</style>
background-color css
<style>
a { background-color: #38E748; }
a { background-color: rgb(56,231,72); }
div.DivClassName
{
background-color: #38E748;
}
.BgClassName
{
background-color: #38E748;
}
</style>
border-color css
<style>
span { border-color: #38E748; }
span { border-color: rgb(56,231,72); }
td.TdClassName
{
border-color: #38E748;
}
.TagClassName
{
border-color: #38E748;
}
</style>