Shades of Lime Green #38C730
Tints of Lime Green #38C730
RGB
CMYK
RGB Variations
Color information
#38C730 (or 0x38C730) is known color: Lime Green. HEX triplet: 38, C7 and 30. RGB value is (56,199,48). Sum of RGB (Red+Green+Blue) = 56+199+48=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 199 (78.12% from 255 or 65.68% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 199 - color contains mainly: green. Hex color #38C730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C730 is #C738CF. Grayscale: #8B8B8B. Windows color (decimal): -13056208 or 3196728. OLE color: 3196728.
HSL color Cylindrical-coordinate representation of color #38C730: hue angle of 116.82º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38C730 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 199 | 48 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.22 |
| HSL | 116.82º | 0.61% | 0.48% | - |
| HSV(B) | 116.82º | 0.76% | 0.78% | - |
| XYZ | 22.59 | 41.9 | 9.69 | - |
| YUV | 139.03 | 76.62 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 199 | 48 | 0.72 | 0 | 0.76 | 0.22 | 116.82 | 0.61 | 0.48 |
| Hex | 38 | C7 | 30 | 48 | 0 | 4C | 16 | 75 | 3D | 30 |
| Octal | 70 | 307 | 60 | 110 | 0 | 114 | 26 | 165 | 75 | 60 |
| Binary | 111000 | 11000111 | 110000 | 1001000 | 0 | 1001100 | 10110 | 1110101 | 111101 | 110000 |
Color Harmonies of #38C730
Complementary color
Monochromatic Colors of #38C730
Black with #38C730
Text Example
Text Example
White with #38C730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C730; }
p { color: rgb(56,199,48); }
H1.HeaderClassName
{
color: #38C730;
}
.AnyTagClassName
{
color: #38C730;
}
</style>
background-color css
<style>
a { background-color: #38C730; }
a { background-color: rgb(56,199,48); }
div.DivClassName
{
background-color: #38C730;
}
.BgClassName
{
background-color: #38C730;
}
</style>
border-color css
<style>
span { border-color: #38C730; }
span { border-color: rgb(56,199,48); }
td.TdClassName
{
border-color: #38C730;
}
.TagClassName
{
border-color: #38C730;
}
</style>