Shades of Lime Green #38EC40
Tints of Lime Green #38EC40
RGB
CMYK
RGB Variations
Color information
#38EC40 (or 0x38EC40) is known color: Lime Green. HEX triplet: 38, EC and 40. RGB value is (56,236,64). Sum of RGB (Red+Green+Blue) = 56+236+64=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 236 (92.58% from 255 or 66.29% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EC40 is #C713BF. Grayscale: #A3A3A3. Windows color (decimal): -13046720 or 4254776. OLE color: 4254776.
HSL color Cylindrical-coordinate representation of color #38EC40: hue angle of 122.67º 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 #38EC40 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 64 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.07 |
| HSL | 122.67º | 0.83% | 0.57% | - |
| HSV(B) | 122.67º | 0.76% | 0.93% | - |
| XYZ | 32.55 | 61.2 | 14.95 | - |
| YUV | 162.57 | 72.37 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 64 | 0.76 | 0 | 0.73 | 0.07 | 122.67 | 0.83 | 0.57 |
| Hex | 38 | EC | 40 | 4C | 0 | 49 | 7 | 7B | 53 | 39 |
| Octal | 70 | 354 | 100 | 114 | 0 | 111 | 7 | 173 | 123 | 71 |
| Binary | 111000 | 11101100 | 1000000 | 1001100 | 0 | 1001001 | 111 | 1111011 | 1010011 | 111001 |
Color Harmonies of #38EC40
Complementary color
Monochromatic Colors of #38EC40
Black with #38EC40
Text Example
Text Example
White with #38EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC40; }
p { color: rgb(56,236,64); }
H1.HeaderClassName
{
color: #38EC40;
}
.AnyTagClassName
{
color: #38EC40;
}
</style>
background-color css
<style>
a { background-color: #38EC40; }
a { background-color: rgb(56,236,64); }
div.DivClassName
{
background-color: #38EC40;
}
.BgClassName
{
background-color: #38EC40;
}
</style>
border-color css
<style>
span { border-color: #38EC40; }
span { border-color: rgb(56,236,64); }
td.TdClassName
{
border-color: #38EC40;
}
.TagClassName
{
border-color: #38EC40;
}
</style>