Shades of Lime Green #12CF17
Tints of Lime Green #12CF17
RGB
CMYK
RGB Variations
Color information
#12CF17 (or 0x12CF17) is known color: Lime Green. HEX triplet: 12, CF and 17. RGB value is (18,207,23). Sum of RGB (Red+Green+Blue) = 18+207+23=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 207 (81.25% from 255 or 83.47% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CF17 is #ED30E8. Grayscale: #828282. Windows color (decimal): -15544553 or 1560338. OLE color: 1560338.
HSL color Cylindrical-coordinate representation of color #12CF17: hue angle of 121.59º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF17 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 23 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.19 |
| HSL | 121.59º | 0.84% | 0.44% | - |
| HSV(B) | 121.59º | 0.91% | 0.81% | - |
| XYZ | 22.72 | 44.82 | 8.26 | - |
| YUV | 129.51 | 67.88 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 23 | 0.91 | 0 | 0.89 | 0.19 | 121.59 | 0.84 | 0.44 |
| Hex | 12 | CF | 17 | 5B | 0 | 59 | 13 | 7A | 54 | 2C |
| Octal | 22 | 317 | 27 | 133 | 0 | 131 | 23 | 172 | 124 | 54 |
| Binary | 10010 | 11001111 | 10111 | 1011011 | 0 | 1011001 | 10011 | 1111010 | 1010100 | 101100 |
Color Harmonies of #12CF17
Complementary color
Monochromatic Colors of #12CF17
Black with #12CF17
Text Example
Text Example
White with #12CF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF17; }
p { color: rgb(18,207,23); }
H1.HeaderClassName
{
color: #12CF17;
}
.AnyTagClassName
{
color: #12CF17;
}
</style>
background-color css
<style>
a { background-color: #12CF17; }
a { background-color: rgb(18,207,23); }
div.DivClassName
{
background-color: #12CF17;
}
.BgClassName
{
background-color: #12CF17;
}
</style>
border-color css
<style>
span { border-color: #12CF17; }
span { border-color: rgb(18,207,23); }
td.TdClassName
{
border-color: #12CF17;
}
.TagClassName
{
border-color: #12CF17;
}
</style>