Shades of Lime Green #38BA40
Tints of Lime Green #38BA40
RGB
CMYK
RGB Variations
Color information
#38BA40 (or 0x38BA40) is known color: Lime Green. HEX triplet: 38, BA and 40. RGB value is (56,186,64). Sum of RGB (Red+Green+Blue) = 56+186+64=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA40 is #C745BF. Grayscale: #858585. Windows color (decimal): -13059520 or 4241976. OLE color: 4241976.
HSL color Cylindrical-coordinate representation of color #38BA40: hue angle of 123.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA40 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 64 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.27 |
| HSL | 123.69º | 0.54% | 0.47% | - |
| HSV(B) | 123.69º | 0.7% | 0.73% | - |
| XYZ | 20.12 | 36.33 | 10.8 | - |
| YUV | 133.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 64 | 0.70 | 0 | 0.66 | 0.27 | 123.69 | 0.54 | 0.47 |
| Hex | 38 | BA | 40 | 46 | 0 | 42 | 1B | 7C | 36 | 2F |
| Octal | 70 | 272 | 100 | 106 | 0 | 102 | 33 | 174 | 66 | 57 |
| Binary | 111000 | 10111010 | 1000000 | 1000110 | 0 | 1000010 | 11011 | 1111100 | 110110 | 101111 |
Color Harmonies of #38BA40
Complementary color
Monochromatic Colors of #38BA40
Black with #38BA40
Text Example
Text Example
White with #38BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BA40; }
p { color: rgb(56,186,64); }
H1.HeaderClassName
{
color: #38BA40;
}
.AnyTagClassName
{
color: #38BA40;
}
</style>
background-color css
<style>
a { background-color: #38BA40; }
a { background-color: rgb(56,186,64); }
div.DivClassName
{
background-color: #38BA40;
}
.BgClassName
{
background-color: #38BA40;
}
</style>
border-color css
<style>
span { border-color: #38BA40; }
span { border-color: rgb(56,186,64); }
td.TdClassName
{
border-color: #38BA40;
}
.TagClassName
{
border-color: #38BA40;
}
</style>