Shades of Lime Green #38EC29
Tints of Lime Green #38EC29
RGB
CMYK
RGB Variations
Color information
#38EC29 (or 0x38EC29) is known color: Lime Green. HEX triplet: 38, EC and 29. RGB value is (56,236,41). Sum of RGB (Red+Green+Blue) = 56+236+41=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EC29 is #C713D6. Grayscale: #A0A0A0. Windows color (decimal): -13046743 or 2747448. OLE color: 2747448.
HSL color Cylindrical-coordinate representation of color #38EC29: hue angle of 115.38º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38EC29 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 41 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.07 |
| HSL | 115.38º | 0.84% | 0.54% | - |
| HSV(B) | 115.38º | 0.83% | 0.93% | - |
| XYZ | 32.03 | 60.99 | 12.18 | - |
| YUV | 159.95 | 60.87 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 41 | 0.76 | 0 | 0.83 | 0.07 | 115.38 | 0.84 | 0.54 |
| Hex | 38 | EC | 29 | 4C | 0 | 53 | 7 | 73 | 54 | 36 |
| Octal | 70 | 354 | 51 | 114 | 0 | 123 | 7 | 163 | 124 | 66 |
| Binary | 111000 | 11101100 | 101001 | 1001100 | 0 | 1010011 | 111 | 1110011 | 1010100 | 110110 |
Color Harmonies of #38EC29
Complementary color
Monochromatic Colors of #38EC29
Black with #38EC29
Text Example
Text Example
White with #38EC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC29; }
p { color: rgb(56,236,41); }
H1.HeaderClassName
{
color: #38EC29;
}
.AnyTagClassName
{
color: #38EC29;
}
</style>
background-color css
<style>
a { background-color: #38EC29; }
a { background-color: rgb(56,236,41); }
div.DivClassName
{
background-color: #38EC29;
}
.BgClassName
{
background-color: #38EC29;
}
</style>
border-color css
<style>
span { border-color: #38EC29; }
span { border-color: rgb(56,236,41); }
td.TdClassName
{
border-color: #38EC29;
}
.TagClassName
{
border-color: #38EC29;
}
</style>