Shades of Lime Green #38C549
Tints of Lime Green #38C549
RGB
CMYK
RGB Variations
Color information
#38C549 (or 0x38C549) is known color: Lime Green. HEX triplet: 38, C5 and 49. RGB value is (56,197,73). Sum of RGB (Red+Green+Blue) = 56+197+73=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #38C549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C549 is #C73AB6. Grayscale: #8D8D8D. Windows color (decimal): -13056695 or 4834616. OLE color: 4834616.
HSL color Cylindrical-coordinate representation of color #38C549: hue angle of 127.23º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C549 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 197 | 73 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.23 |
| HSL | 127.23º | 0.56% | 0.5% | - |
| HSV(B) | 127.23º | 0.72% | 0.77% | - |
| XYZ | 22.8 | 41.25 | 13.06 | - |
| YUV | 140.71 | 89.79 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 73 | 0.72 | 0 | 0.63 | 0.23 | 127.23 | 0.56 | 0.5 |
| Hex | 38 | C5 | 49 | 48 | 0 | 3F | 17 | 7F | 38 | 32 |
| Octal | 70 | 305 | 111 | 110 | 0 | 77 | 27 | 177 | 70 | 62 |
| Binary | 111000 | 11000101 | 1001001 | 1001000 | 0 | 111111 | 10111 | 1111111 | 111000 | 110010 |
Color Harmonies of #38C549
Complementary color
Monochromatic Colors of #38C549
Black with #38C549
Text Example
Text Example
White with #38C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C549; }
p { color: rgb(56,197,73); }
H1.HeaderClassName
{
color: #38C549;
}
.AnyTagClassName
{
color: #38C549;
}
</style>
background-color css
<style>
a { background-color: #38C549; }
a { background-color: rgb(56,197,73); }
div.DivClassName
{
background-color: #38C549;
}
.BgClassName
{
background-color: #38C549;
}
</style>
border-color css
<style>
span { border-color: #38C549; }
span { border-color: rgb(56,197,73); }
td.TdClassName
{
border-color: #38C549;
}
.TagClassName
{
border-color: #38C549;
}
</style>