Shades of Lime Green #38C647
Tints of Lime Green #38C647
RGB
CMYK
RGB Variations
Color information
#38C647 (or 0x38C647) is known color: Lime Green. HEX triplet: 38, C6 and 47. RGB value is (56,198,71). Sum of RGB (Red+Green+Blue) = 56+198+71=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #38C647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C647 is #C739B8. Grayscale: #8D8D8D. Windows color (decimal): -13056441 or 4703800. OLE color: 4703800.
HSL color Cylindrical-coordinate representation of color #38C647: hue angle of 126.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C647 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 71 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.22 |
| HSL | 126.34º | 0.56% | 0.5% | - |
| HSV(B) | 126.34º | 0.72% | 0.78% | - |
| XYZ | 22.96 | 41.68 | 12.8 | - |
| YUV | 141.06 | 88.46 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 71 | 0.72 | 0 | 0.64 | 0.22 | 126.34 | 0.56 | 0.5 |
| Hex | 38 | C6 | 47 | 48 | 0 | 40 | 16 | 7E | 38 | 32 |
| Octal | 70 | 306 | 107 | 110 | 0 | 100 | 26 | 176 | 70 | 62 |
| Binary | 111000 | 11000110 | 1000111 | 1001000 | 0 | 1000000 | 10110 | 1111110 | 111000 | 110010 |
Color Harmonies of #38C647
Complementary color
Monochromatic Colors of #38C647
Black with #38C647
Text Example
Text Example
White with #38C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C647; }
p { color: rgb(56,198,71); }
H1.HeaderClassName
{
color: #38C647;
}
.AnyTagClassName
{
color: #38C647;
}
</style>
background-color css
<style>
a { background-color: #38C647; }
a { background-color: rgb(56,198,71); }
div.DivClassName
{
background-color: #38C647;
}
.BgClassName
{
background-color: #38C647;
}
</style>
border-color css
<style>
span { border-color: #38C647; }
span { border-color: rgb(56,198,71); }
td.TdClassName
{
border-color: #38C647;
}
.TagClassName
{
border-color: #38C647;
}
</style>