Shades of Lime Green #38C528
Tints of Lime Green #38C528
RGB
CMYK
RGB Variations
Color information
#38C528 (or 0x38C528) is known color: Lime Green. HEX triplet: 38, C5 and 28. RGB value is (56,197,40). Sum of RGB (Red+Green+Blue) = 56+197+40=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 197 (77.34% from 255 or 67.24% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 197 - color contains mainly: green. Hex color #38C528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C528 is #C73AD7. Grayscale: #898989. Windows color (decimal): -13056728 or 2671928. OLE color: 2671928.
HSL color Cylindrical-coordinate representation of color #38C528: hue angle of 113.89º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38C528 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 197 | 40 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.23 |
| HSL | 113.89º | 0.66% | 0.46% | - |
| HSV(B) | 113.89º | 0.8% | 0.77% | - |
| XYZ | 21.98 | 40.93 | 8.75 | - |
| YUV | 136.94 | 73.29 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 40 | 0.72 | 0 | 0.80 | 0.23 | 113.89 | 0.66 | 0.46 |
| Hex | 38 | C5 | 28 | 48 | 0 | 50 | 17 | 72 | 42 | 2E |
| Octal | 70 | 305 | 50 | 110 | 0 | 120 | 27 | 162 | 102 | 56 |
| Binary | 111000 | 11000101 | 101000 | 1001000 | 0 | 1010000 | 10111 | 1110010 | 1000010 | 101110 |
Color Harmonies of #38C528
Complementary color
Monochromatic Colors of #38C528
Black with #38C528
Text Example
Text Example
White with #38C528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C528; }
p { color: rgb(56,197,40); }
H1.HeaderClassName
{
color: #38C528;
}
.AnyTagClassName
{
color: #38C528;
}
</style>
background-color css
<style>
a { background-color: #38C528; }
a { background-color: rgb(56,197,40); }
div.DivClassName
{
background-color: #38C528;
}
.BgClassName
{
background-color: #38C528;
}
</style>
border-color css
<style>
span { border-color: #38C528; }
span { border-color: rgb(56,197,40); }
td.TdClassName
{
border-color: #38C528;
}
.TagClassName
{
border-color: #38C528;
}
</style>