Shades of Lime Green #38BC41
Tints of Lime Green #38BC41
RGB
CMYK
RGB Variations
Color information
#38BC41 (or 0x38BC41) is known color: Lime Green. HEX triplet: 38, BC and 41. RGB value is (56,188,65). Sum of RGB (Red+Green+Blue) = 56+188+65=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BC41 is #C743BE. Grayscale: #868686. Windows color (decimal): -13059007 or 4308024. OLE color: 4308024.
HSL color Cylindrical-coordinate representation of color #38BC41: hue angle of 124.09º 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 #38BC41 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 65 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.26 |
| HSL | 124.09º | 0.54% | 0.48% | - |
| HSV(B) | 124.09º | 0.7% | 0.74% | - |
| XYZ | 20.57 | 37.19 | 11.1 | - |
| YUV | 134.51 | 88.77 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 65 | 0.70 | 0 | 0.65 | 0.26 | 124.09 | 0.54 | 0.48 |
| Hex | 38 | BC | 41 | 46 | 0 | 41 | 1A | 7C | 36 | 30 |
| Octal | 70 | 274 | 101 | 106 | 0 | 101 | 32 | 174 | 66 | 60 |
| Binary | 111000 | 10111100 | 1000001 | 1000110 | 0 | 1000001 | 11010 | 1111100 | 110110 | 110000 |
Color Harmonies of #38BC41
Complementary color
Monochromatic Colors of #38BC41
Black with #38BC41
Text Example
Text Example
White with #38BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC41; }
p { color: rgb(56,188,65); }
H1.HeaderClassName
{
color: #38BC41;
}
.AnyTagClassName
{
color: #38BC41;
}
</style>
background-color css
<style>
a { background-color: #38BC41; }
a { background-color: rgb(56,188,65); }
div.DivClassName
{
background-color: #38BC41;
}
.BgClassName
{
background-color: #38BC41;
}
</style>
border-color css
<style>
span { border-color: #38BC41; }
span { border-color: rgb(56,188,65); }
td.TdClassName
{
border-color: #38BC41;
}
.TagClassName
{
border-color: #38BC41;
}
</style>