Shades of Lime Green #38E647
Tints of Lime Green #38E647
RGB
CMYK
RGB Variations
Color information
#38E647 (or 0x38E647) is known color: Lime Green. HEX triplet: 38, E6 and 47. RGB value is (56,230,71). Sum of RGB (Red+Green+Blue) = 56+230+71=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 230 (90.23% from 255 or 64.43% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 230 - color contains mainly: green. Hex color #38E647 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E647 is #C719B8. Grayscale: #A0A0A0. Windows color (decimal): -13048249 or 4711992. OLE color: 4711992.
HSL color Cylindrical-coordinate representation of color #38E647: hue angle of 125.17º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E647 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 230 | 71 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.10 |
| HSL | 125.17º | 0.78% | 0.56% | - |
| HSV(B) | 125.17º | 0.76% | 0.9% | - |
| XYZ | 31.07 | 57.89 | 15.5 | - |
| YUV | 159.85 | 77.85 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 230 | 71 | 0.76 | 0 | 0.69 | 0.10 | 125.17 | 0.78 | 0.56 |
| Hex | 38 | E6 | 47 | 4C | 0 | 45 | A | 7D | 4E | 38 |
| Octal | 70 | 346 | 107 | 114 | 0 | 105 | 12 | 175 | 116 | 70 |
| Binary | 111000 | 11100110 | 1000111 | 1001100 | 0 | 1000101 | 1010 | 1111101 | 1001110 | 111000 |
Color Harmonies of #38E647
Complementary color
Monochromatic Colors of #38E647
Black with #38E647
Text Example
Text Example
White with #38E647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E647; }
p { color: rgb(56,230,71); }
H1.HeaderClassName
{
color: #38E647;
}
.AnyTagClassName
{
color: #38E647;
}
</style>
background-color css
<style>
a { background-color: #38E647; }
a { background-color: rgb(56,230,71); }
div.DivClassName
{
background-color: #38E647;
}
.BgClassName
{
background-color: #38E647;
}
</style>
border-color css
<style>
span { border-color: #38E647; }
span { border-color: rgb(56,230,71); }
td.TdClassName
{
border-color: #38E647;
}
.TagClassName
{
border-color: #38E647;
}
</style>