Shades of Lime Green #38EC21
Tints of Lime Green #38EC21
RGB
CMYK
RGB Variations
Color information
#38EC21 (or 0x38EC21) is known color: Lime Green. HEX triplet: 38, EC and 21. RGB value is (56,236,33). Sum of RGB (Red+Green+Blue) = 56+236+33=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EC21 is #C713DE. Grayscale: #9F9F9F. Windows color (decimal): -13046751 or 2223160. OLE color: 2223160.
HSL color Cylindrical-coordinate representation of color #38EC21: hue angle of 113.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38EC21 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 33 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.07 |
| HSL | 113.2º | 0.84% | 0.53% | - |
| HSV(B) | 113.2º | 0.86% | 0.93% | - |
| XYZ | 31.9 | 60.94 | 11.52 | - |
| YUV | 159.04 | 56.87 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 33 | 0.76 | 0 | 0.86 | 0.07 | 113.2 | 0.84 | 0.53 |
| Hex | 38 | EC | 21 | 4C | 0 | 56 | 7 | 71 | 54 | 35 |
| Octal | 70 | 354 | 41 | 114 | 0 | 126 | 7 | 161 | 124 | 65 |
| Binary | 111000 | 11101100 | 100001 | 1001100 | 0 | 1010110 | 111 | 1110001 | 1010100 | 110101 |
Color Harmonies of #38EC21
Complementary color
Monochromatic Colors of #38EC21
Black with #38EC21
Text Example
Text Example
White with #38EC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC21; }
p { color: rgb(56,236,33); }
H1.HeaderClassName
{
color: #38EC21;
}
.AnyTagClassName
{
color: #38EC21;
}
</style>
background-color css
<style>
a { background-color: #38EC21; }
a { background-color: rgb(56,236,33); }
div.DivClassName
{
background-color: #38EC21;
}
.BgClassName
{
background-color: #38EC21;
}
</style>
border-color css
<style>
span { border-color: #38EC21; }
span { border-color: rgb(56,236,33); }
td.TdClassName
{
border-color: #38EC21;
}
.TagClassName
{
border-color: #38EC21;
}
</style>