Shades of Lime Green #38BD40
Tints of Lime Green #38BD40
RGB
CMYK
RGB Variations
Color information
#38BD40 (or 0x38BD40) is known color: Lime Green. HEX triplet: 38, BD and 40. RGB value is (56,189,64). Sum of RGB (Red+Green+Blue) = 56+189+64=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BD40 is #C742BF. Grayscale: #878787. Windows color (decimal): -13058752 or 4242744. OLE color: 4242744.
HSL color Cylindrical-coordinate representation of color #38BD40: hue angle of 123.61º 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 #38BD40 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 64 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.26 |
| HSL | 123.61º | 0.54% | 0.48% | - |
| HSV(B) | 123.61º | 0.7% | 0.74% | - |
| XYZ | 20.75 | 37.61 | 11.02 | - |
| YUV | 134.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 64 | 0.70 | 0 | 0.66 | 0.26 | 123.61 | 0.54 | 0.48 |
| Hex | 38 | BD | 40 | 46 | 0 | 42 | 1A | 7C | 36 | 30 |
| Octal | 70 | 275 | 100 | 106 | 0 | 102 | 32 | 174 | 66 | 60 |
| Binary | 111000 | 10111101 | 1000000 | 1000110 | 0 | 1000010 | 11010 | 1111100 | 110110 | 110000 |
Color Harmonies of #38BD40
Complementary color
Monochromatic Colors of #38BD40
Black with #38BD40
Text Example
Text Example
White with #38BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BD40; }
p { color: rgb(56,189,64); }
H1.HeaderClassName
{
color: #38BD40;
}
.AnyTagClassName
{
color: #38BD40;
}
</style>
background-color css
<style>
a { background-color: #38BD40; }
a { background-color: rgb(56,189,64); }
div.DivClassName
{
background-color: #38BD40;
}
.BgClassName
{
background-color: #38BD40;
}
</style>
border-color css
<style>
span { border-color: #38BD40; }
span { border-color: rgb(56,189,64); }
td.TdClassName
{
border-color: #38BD40;
}
.TagClassName
{
border-color: #38BD40;
}
</style>