Shades of Lime Green #38EC45
Tints of Lime Green #38EC45
RGB
CMYK
RGB Variations
Color information
#38EC45 (or 0x38EC45) is known color: Lime Green. HEX triplet: 38, EC and 45. RGB value is (56,236,69). Sum of RGB (Red+Green+Blue) = 56+236+69=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EC45 is #C713BA. Grayscale: #A3A3A3. Windows color (decimal): -13046715 or 4582456. OLE color: 4582456.
HSL color Cylindrical-coordinate representation of color #38EC45: hue angle of 124.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EC45 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 69 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.07 |
| HSL | 124.33º | 0.83% | 0.57% | - |
| HSV(B) | 124.33º | 0.76% | 0.93% | - |
| XYZ | 32.7 | 61.26 | 15.73 | - |
| YUV | 163.14 | 74.87 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 69 | 0.76 | 0 | 0.71 | 0.07 | 124.33 | 0.83 | 0.57 |
| Hex | 38 | EC | 45 | 4C | 0 | 47 | 7 | 7C | 53 | 39 |
| Octal | 70 | 354 | 105 | 114 | 0 | 107 | 7 | 174 | 123 | 71 |
| Binary | 111000 | 11101100 | 1000101 | 1001100 | 0 | 1000111 | 111 | 1111100 | 1010011 | 111001 |
Color Harmonies of #38EC45
Complementary color
Monochromatic Colors of #38EC45
Black with #38EC45
Text Example
Text Example
White with #38EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC45; }
p { color: rgb(56,236,69); }
H1.HeaderClassName
{
color: #38EC45;
}
.AnyTagClassName
{
color: #38EC45;
}
</style>
background-color css
<style>
a { background-color: #38EC45; }
a { background-color: rgb(56,236,69); }
div.DivClassName
{
background-color: #38EC45;
}
.BgClassName
{
background-color: #38EC45;
}
</style>
border-color css
<style>
span { border-color: #38EC45; }
span { border-color: rgb(56,236,69); }
td.TdClassName
{
border-color: #38EC45;
}
.TagClassName
{
border-color: #38EC45;
}
</style>