Shades of Lime Green #38EC3B
Tints of Lime Green #38EC3B
RGB
CMYK
RGB Variations
Color information
#38EC3B (or 0x38EC3B) is known color: Lime Green. HEX triplet: 38, EC and 3B. RGB value is (56,236,59). Sum of RGB (Red+Green+Blue) = 56+236+59=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 236 (92.58% from 255 or 67.24% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EC3B is #C713C4. Grayscale: #A2A2A2. Windows color (decimal): -13046725 or 3927096. OLE color: 3927096.
HSL color Cylindrical-coordinate representation of color #38EC3B: hue angle of 121º 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 #38EC3B is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 59 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.07 |
| HSL | 121º | 0.83% | 0.57% | - |
| HSV(B) | 121º | 0.76% | 0.93% | - |
| XYZ | 32.42 | 61.15 | 14.23 | - |
| YUV | 162 | 69.87 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 59 | 0.76 | 0 | 0.75 | 0.07 | 121 | 0.83 | 0.57 |
| Hex | 38 | EC | 3B | 4C | 0 | 4B | 7 | 79 | 53 | 39 |
| Octal | 70 | 354 | 73 | 114 | 0 | 113 | 7 | 171 | 123 | 71 |
| Binary | 111000 | 11101100 | 111011 | 1001100 | 0 | 1001011 | 111 | 1111001 | 1010011 | 111001 |
Color Harmonies of #38EC3B
Complementary color
Monochromatic Colors of #38EC3B
Black with #38EC3B
Text Example
Text Example
White with #38EC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC3B; }
p { color: rgb(56,236,59); }
H1.HeaderClassName
{
color: #38EC3B;
}
.AnyTagClassName
{
color: #38EC3B;
}
</style>
background-color css
<style>
a { background-color: #38EC3B; }
a { background-color: rgb(56,236,59); }
div.DivClassName
{
background-color: #38EC3B;
}
.BgClassName
{
background-color: #38EC3B;
}
</style>
border-color css
<style>
span { border-color: #38EC3B; }
span { border-color: rgb(56,236,59); }
td.TdClassName
{
border-color: #38EC3B;
}
.TagClassName
{
border-color: #38EC3B;
}
</style>