Shades of Lime Green #38EB2C
Tints of Lime Green #38EB2C
RGB
CMYK
RGB Variations
Color information
#38EB2C (or 0x38EB2C) is known color: Lime Green. HEX triplet: 38, EB and 2C. RGB value is (56,235,44). Sum of RGB (Red+Green+Blue) = 56+235+44=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 235 (92.19% from 255 or 70.15% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 235 - color contains mainly: green. Hex color #38EB2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EB2C is #C714D3. Grayscale: #A0A0A0. Windows color (decimal): -13046996 or 2943800. OLE color: 2943800.
HSL color Cylindrical-coordinate representation of color #38EB2C: hue angle of 116.23º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38EB2C is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 235 | 44 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.08 |
| HSL | 116.23º | 0.83% | 0.55% | - |
| HSV(B) | 116.23º | 0.81% | 0.92% | - |
| XYZ | 31.79 | 60.44 | 12.37 | - |
| YUV | 159.71 | 62.7 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 235 | 44 | 0.76 | 0 | 0.81 | 0.08 | 116.23 | 0.83 | 0.55 |
| Hex | 38 | EB | 2C | 4C | 0 | 51 | 8 | 74 | 53 | 37 |
| Octal | 70 | 353 | 54 | 114 | 0 | 121 | 10 | 164 | 123 | 67 |
| Binary | 111000 | 11101011 | 101100 | 1001100 | 0 | 1010001 | 1000 | 1110100 | 1010011 | 110111 |
Color Harmonies of #38EB2C
Complementary color
Monochromatic Colors of #38EB2C
Black with #38EB2C
Text Example
Text Example
White with #38EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EB2C; }
p { color: rgb(56,235,44); }
H1.HeaderClassName
{
color: #38EB2C;
}
.AnyTagClassName
{
color: #38EB2C;
}
</style>
background-color css
<style>
a { background-color: #38EB2C; }
a { background-color: rgb(56,235,44); }
div.DivClassName
{
background-color: #38EB2C;
}
.BgClassName
{
background-color: #38EB2C;
}
</style>
border-color css
<style>
span { border-color: #38EB2C; }
span { border-color: rgb(56,235,44); }
td.TdClassName
{
border-color: #38EB2C;
}
.TagClassName
{
border-color: #38EB2C;
}
</style>