Shades of Lime Green #11C314
Tints of Lime Green #11C314
RGB
CMYK
RGB Variations
Color information
#11C314 (or 0x11C314) is known color: Lime Green. HEX triplet: 11, C3 and 14. RGB value is (17,195,20). Sum of RGB (Red+Green+Blue) = 17+195+20=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 195 (76.56% from 255 or 84.05% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 195 - color contains mainly: green. Hex color #11C314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C314 is #EE3CEB. Grayscale: #7A7A7A. Windows color (decimal): -15613164 or 1360657. OLE color: 1360657.
HSL color Cylindrical-coordinate representation of color #11C314: hue angle of 121.01º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C314 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 20 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.24 |
| HSL | 121.01º | 0.84% | 0.42% | - |
| HSV(B) | 121.01º | 0.91% | 0.76% | - |
| XYZ | 19.87 | 39.2 | 7.18 | - |
| YUV | 121.83 | 70.53 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 20 | 0.91 | 0 | 0.90 | 0.24 | 121.01 | 0.84 | 0.42 |
| Hex | 11 | C3 | 14 | 5B | 0 | 5A | 18 | 79 | 54 | 2A |
| Octal | 21 | 303 | 24 | 133 | 0 | 132 | 30 | 171 | 124 | 52 |
| Binary | 10001 | 11000011 | 10100 | 1011011 | 0 | 1011010 | 11000 | 1111001 | 1010100 | 101010 |
Color Harmonies of #11C314
Complementary color
Monochromatic Colors of #11C314
Black with #11C314
Text Example
Text Example
White with #11C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C314; }
p { color: rgb(17,195,20); }
H1.HeaderClassName
{
color: #11C314;
}
.AnyTagClassName
{
color: #11C314;
}
</style>
background-color css
<style>
a { background-color: #11C314; }
a { background-color: rgb(17,195,20); }
div.DivClassName
{
background-color: #11C314;
}
.BgClassName
{
background-color: #11C314;
}
</style>
border-color css
<style>
span { border-color: #11C314; }
span { border-color: rgb(17,195,20); }
td.TdClassName
{
border-color: #11C314;
}
.TagClassName
{
border-color: #11C314;
}
</style>