Shades of Lime Green #38D929
Tints of Lime Green #38D929
RGB
CMYK
RGB Variations
Color information
#38D929 (or 0x38D929) is known color: Lime Green. HEX triplet: 38, D9 and 29. RGB value is (56,217,41). Sum of RGB (Red+Green+Blue) = 56+217+41=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 217 (85.16% from 255 or 69.11% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 217 - color contains mainly: green. Hex color #38D929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D929 is #C726D6. Grayscale: #959595. Windows color (decimal): -13051607 or 2742584. OLE color: 2742584.
HSL color Cylindrical-coordinate representation of color #38D929: hue angle of 114.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38D929 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 41 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.15 |
| HSL | 114.89º | 0.7% | 0.51% | - |
| HSV(B) | 114.89º | 0.81% | 0.85% | - |
| XYZ | 26.84 | 50.63 | 10.45 | - |
| YUV | 148.8 | 67.16 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 41 | 0.74 | 0 | 0.81 | 0.15 | 114.89 | 0.7 | 0.51 |
| Hex | 38 | D9 | 29 | 4A | 0 | 51 | F | 73 | 46 | 33 |
| Octal | 70 | 331 | 51 | 112 | 0 | 121 | 17 | 163 | 106 | 63 |
| Binary | 111000 | 11011001 | 101001 | 1001010 | 0 | 1010001 | 1111 | 1110011 | 1000110 | 110011 |
Color Harmonies of #38D929
Complementary color
Monochromatic Colors of #38D929
Black with #38D929
Text Example
Text Example
White with #38D929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D929; }
p { color: rgb(56,217,41); }
H1.HeaderClassName
{
color: #38D929;
}
.AnyTagClassName
{
color: #38D929;
}
</style>
background-color css
<style>
a { background-color: #38D929; }
a { background-color: rgb(56,217,41); }
div.DivClassName
{
background-color: #38D929;
}
.BgClassName
{
background-color: #38D929;
}
</style>
border-color css
<style>
span { border-color: #38D929; }
span { border-color: rgb(56,217,41); }
td.TdClassName
{
border-color: #38D929;
}
.TagClassName
{
border-color: #38D929;
}
</style>