Shades of Lime Green #38BF48
Tints of Lime Green #38BF48
RGB
CMYK
RGB Variations
Color information
#38BF48 (or 0x38BF48) is known color: Lime Green. HEX triplet: 38, BF and 48. RGB value is (56,191,72). Sum of RGB (Red+Green+Blue) = 56+191+72=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #38BF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BF48 is #C740B7. Grayscale: #898989. Windows color (decimal): -13058232 or 4767544. OLE color: 4767544.
HSL color Cylindrical-coordinate representation of color #38BF48: hue angle of 127.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BF48 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 191 | 72 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.25 |
| HSL | 127.11º | 0.55% | 0.48% | - |
| HSV(B) | 127.11º | 0.71% | 0.75% | - |
| XYZ | 21.43 | 38.57 | 12.45 | - |
| YUV | 137.07 | 91.27 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 72 | 0.71 | 0 | 0.62 | 0.25 | 127.11 | 0.55 | 0.48 |
| Hex | 38 | BF | 48 | 47 | 0 | 3E | 19 | 7F | 37 | 30 |
| Octal | 70 | 277 | 110 | 107 | 0 | 76 | 31 | 177 | 67 | 60 |
| Binary | 111000 | 10111111 | 1001000 | 1000111 | 0 | 111110 | 11001 | 1111111 | 110111 | 110000 |
Color Harmonies of #38BF48
Complementary color
Monochromatic Colors of #38BF48
Black with #38BF48
Text Example
Text Example
White with #38BF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BF48; }
p { color: rgb(56,191,72); }
H1.HeaderClassName
{
color: #38BF48;
}
.AnyTagClassName
{
color: #38BF48;
}
</style>
background-color css
<style>
a { background-color: #38BF48; }
a { background-color: rgb(56,191,72); }
div.DivClassName
{
background-color: #38BF48;
}
.BgClassName
{
background-color: #38BF48;
}
</style>
border-color css
<style>
span { border-color: #38BF48; }
span { border-color: rgb(56,191,72); }
td.TdClassName
{
border-color: #38BF48;
}
.TagClassName
{
border-color: #38BF48;
}
</style>