Shades of Lime Green #38C526
Tints of Lime Green #38C526
RGB
CMYK
RGB Variations
Color information
#38C526 (or 0x38C526) is known color: Lime Green. HEX triplet: 38, C5 and 26. RGB value is (56,197,38). Sum of RGB (Red+Green+Blue) = 56+197+38=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 197 (77.34% from 255 or 67.70% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 197 - color contains mainly: green. Hex color #38C526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C526 is #C73AD9. Grayscale: #898989. Windows color (decimal): -13056730 or 2540856. OLE color: 2540856.
HSL color Cylindrical-coordinate representation of color #38C526: hue angle of 113.21º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38C526 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 197 | 38 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.23 |
| HSL | 113.21º | 0.68% | 0.46% | - |
| HSV(B) | 113.21º | 0.81% | 0.77% | - |
| XYZ | 21.95 | 40.91 | 8.57 | - |
| YUV | 136.72 | 72.29 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 38 | 0.72 | 0 | 0.81 | 0.23 | 113.21 | 0.68 | 0.46 |
| Hex | 38 | C5 | 26 | 48 | 0 | 51 | 17 | 71 | 44 | 2E |
| Octal | 70 | 305 | 46 | 110 | 0 | 121 | 27 | 161 | 104 | 56 |
| Binary | 111000 | 11000101 | 100110 | 1001000 | 0 | 1010001 | 10111 | 1110001 | 1000100 | 101110 |
Color Harmonies of #38C526
Complementary color
Monochromatic Colors of #38C526
Black with #38C526
Text Example
Text Example
White with #38C526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C526; }
p { color: rgb(56,197,38); }
H1.HeaderClassName
{
color: #38C526;
}
.AnyTagClassName
{
color: #38C526;
}
</style>
background-color css
<style>
a { background-color: #38C526; }
a { background-color: rgb(56,197,38); }
div.DivClassName
{
background-color: #38C526;
}
.BgClassName
{
background-color: #38C526;
}
</style>
border-color css
<style>
span { border-color: #38C526; }
span { border-color: rgb(56,197,38); }
td.TdClassName
{
border-color: #38C526;
}
.TagClassName
{
border-color: #38C526;
}
</style>