Shades of Lime Green #38EC2C
Tints of Lime Green #38EC2C
RGB
CMYK
RGB Variations
Color information
#38EC2C (or 0x38EC2C) is known color: Lime Green. HEX triplet: 38, EC and 2C. RGB value is (56,236,44). Sum of RGB (Red+Green+Blue) = 56+236+44=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 236 (92.58% from 255 or 70.24% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EC2C is #C713D3. Grayscale: #A0A0A0. Windows color (decimal): -13046740 or 2944056. OLE color: 2944056.
HSL color Cylindrical-coordinate representation of color #38EC2C: hue angle of 116.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38EC2C is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 44 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.07 |
| HSL | 116.25º | 0.83% | 0.55% | - |
| HSV(B) | 116.25º | 0.81% | 0.93% | - |
| XYZ | 32.08 | 61.01 | 12.47 | - |
| YUV | 160.29 | 62.37 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 44 | 0.76 | 0 | 0.81 | 0.07 | 116.25 | 0.83 | 0.55 |
| Hex | 38 | EC | 2C | 4C | 0 | 51 | 7 | 74 | 53 | 37 |
| Octal | 70 | 354 | 54 | 114 | 0 | 121 | 7 | 164 | 123 | 67 |
| Binary | 111000 | 11101100 | 101100 | 1001100 | 0 | 1010001 | 111 | 1110100 | 1010011 | 110111 |
Color Harmonies of #38EC2C
Complementary color
Monochromatic Colors of #38EC2C
Black with #38EC2C
Text Example
Text Example
White with #38EC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC2C; }
p { color: rgb(56,236,44); }
H1.HeaderClassName
{
color: #38EC2C;
}
.AnyTagClassName
{
color: #38EC2C;
}
</style>
background-color css
<style>
a { background-color: #38EC2C; }
a { background-color: rgb(56,236,44); }
div.DivClassName
{
background-color: #38EC2C;
}
.BgClassName
{
background-color: #38EC2C;
}
</style>
border-color css
<style>
span { border-color: #38EC2C; }
span { border-color: rgb(56,236,44); }
td.TdClassName
{
border-color: #38EC2C;
}
.TagClassName
{
border-color: #38EC2C;
}
</style>