Shades of Lime Green #38EC37
Tints of Lime Green #38EC37
RGB
CMYK
RGB Variations
Color information
#38EC37 (or 0x38EC37) is known color: Lime Green. HEX triplet: 38, EC and 37. RGB value is (56,236,55). Sum of RGB (Red+Green+Blue) = 56+236+55=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 236 (92.58% from 255 or 68.01% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EC37 is #C713C8. Grayscale: #A2A2A2. Windows color (decimal): -13046729 or 3664952. OLE color: 3664952.
HSL color Cylindrical-coordinate representation of color #38EC37: hue angle of 119.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EC37 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 55 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.07 |
| HSL | 119.67º | 0.83% | 0.57% | - |
| HSV(B) | 119.67º | 0.77% | 0.93% | - |
| XYZ | 32.32 | 61.11 | 13.71 | - |
| YUV | 161.55 | 67.87 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 55 | 0.76 | 0 | 0.77 | 0.07 | 119.67 | 0.83 | 0.57 |
| Hex | 38 | EC | 37 | 4C | 0 | 4D | 7 | 78 | 53 | 39 |
| Octal | 70 | 354 | 67 | 114 | 0 | 115 | 7 | 170 | 123 | 71 |
| Binary | 111000 | 11101100 | 110111 | 1001100 | 0 | 1001101 | 111 | 1111000 | 1010011 | 111001 |
Color Harmonies of #38EC37
Complementary color
Monochromatic Colors of #38EC37
Black with #38EC37
Text Example
Text Example
White with #38EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC37; }
p { color: rgb(56,236,55); }
H1.HeaderClassName
{
color: #38EC37;
}
.AnyTagClassName
{
color: #38EC37;
}
</style>
background-color css
<style>
a { background-color: #38EC37; }
a { background-color: rgb(56,236,55); }
div.DivClassName
{
background-color: #38EC37;
}
.BgClassName
{
background-color: #38EC37;
}
</style>
border-color css
<style>
span { border-color: #38EC37; }
span { border-color: rgb(56,236,55); }
td.TdClassName
{
border-color: #38EC37;
}
.TagClassName
{
border-color: #38EC37;
}
</style>