Shades of Lime Green #38C129
Tints of Lime Green #38C129
RGB
CMYK
RGB Variations
Color information
#38C129 (or 0x38C129) is known color: Lime Green. HEX triplet: 38, C1 and 29. RGB value is (56,193,41). Sum of RGB (Red+Green+Blue) = 56+193+41=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 193 (75.78% from 255 or 66.55% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 193 - color contains mainly: green. Hex color #38C129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C129 is #C73ED6. Grayscale: #878787. Windows color (decimal): -13057751 or 2736440. OLE color: 2736440.
HSL color Cylindrical-coordinate representation of color #38C129: hue angle of 114.08º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38C129 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 193 | 41 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.24 |
| HSL | 114.08º | 0.65% | 0.46% | - |
| HSV(B) | 114.08º | 0.79% | 0.76% | - |
| XYZ | 21.1 | 39.14 | 8.54 | - |
| YUV | 134.71 | 75.11 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 193 | 41 | 0.71 | 0 | 0.79 | 0.24 | 114.08 | 0.65 | 0.46 |
| Hex | 38 | C1 | 29 | 47 | 0 | 4F | 18 | 72 | 41 | 2E |
| Octal | 70 | 301 | 51 | 107 | 0 | 117 | 30 | 162 | 101 | 56 |
| Binary | 111000 | 11000001 | 101001 | 1000111 | 0 | 1001111 | 11000 | 1110010 | 1000001 | 101110 |
Color Harmonies of #38C129
Complementary color
Monochromatic Colors of #38C129
Black with #38C129
Text Example
Text Example
White with #38C129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C129; }
p { color: rgb(56,193,41); }
H1.HeaderClassName
{
color: #38C129;
}
.AnyTagClassName
{
color: #38C129;
}
</style>
background-color css
<style>
a { background-color: #38C129; }
a { background-color: rgb(56,193,41); }
div.DivClassName
{
background-color: #38C129;
}
.BgClassName
{
background-color: #38C129;
}
</style>
border-color css
<style>
span { border-color: #38C129; }
span { border-color: rgb(56,193,41); }
td.TdClassName
{
border-color: #38C129;
}
.TagClassName
{
border-color: #38C129;
}
</style>