Shades of Lime Green #38BC40
Tints of Lime Green #38BC40
RGB
CMYK
RGB Variations
Color information
#38BC40 (or 0x38BC40) is known color: Lime Green. HEX triplet: 38, BC and 40. RGB value is (56,188,64). Sum of RGB (Red+Green+Blue) = 56+188+64=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BC40 is #C743BF. Grayscale: #868686. Windows color (decimal): -13059008 or 4242488. OLE color: 4242488.
HSL color Cylindrical-coordinate representation of color #38BC40: hue angle of 123.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BC40 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 64 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.26 |
| HSL | 123.64º | 0.54% | 0.48% | - |
| HSV(B) | 123.64º | 0.7% | 0.74% | - |
| XYZ | 20.54 | 37.18 | 10.94 | - |
| YUV | 134.4 | 88.27 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 64 | 0.70 | 0 | 0.66 | 0.26 | 123.64 | 0.54 | 0.48 |
| Hex | 38 | BC | 40 | 46 | 0 | 42 | 1A | 7C | 36 | 30 |
| Octal | 70 | 274 | 100 | 106 | 0 | 102 | 32 | 174 | 66 | 60 |
| Binary | 111000 | 10111100 | 1000000 | 1000110 | 0 | 1000010 | 11010 | 1111100 | 110110 | 110000 |
Color Harmonies of #38BC40
Complementary color
Monochromatic Colors of #38BC40
Black with #38BC40
Text Example
Text Example
White with #38BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC40; }
p { color: rgb(56,188,64); }
H1.HeaderClassName
{
color: #38BC40;
}
.AnyTagClassName
{
color: #38BC40;
}
</style>
background-color css
<style>
a { background-color: #38BC40; }
a { background-color: rgb(56,188,64); }
div.DivClassName
{
background-color: #38BC40;
}
.BgClassName
{
background-color: #38BC40;
}
</style>
border-color css
<style>
span { border-color: #38BC40; }
span { border-color: rgb(56,188,64); }
td.TdClassName
{
border-color: #38BC40;
}
.TagClassName
{
border-color: #38BC40;
}
</style>