Shades of Lime Green #12C91F
Tints of Lime Green #12C91F
RGB
CMYK
RGB Variations
Color information
#12C91F (or 0x12C91F) is known color: Lime Green. HEX triplet: 12, C9 and 1F. RGB value is (18,201,31). Sum of RGB (Red+Green+Blue) = 18+201+31=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 201 (78.91% from 255 or 80.4% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 201 - color contains mainly: green. Hex color #12C91F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C91F is #ED36E0. Grayscale: #7F7F7F. Windows color (decimal): -15546081 or 2083090. OLE color: 2083090.
HSL color Cylindrical-coordinate representation of color #12C91F: hue angle of 124.26º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C91F is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 201 | 31 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.21 |
| HSL | 124.26º | 0.84% | 0.43% | - |
| HSV(B) | 124.26º | 0.91% | 0.79% | - |
| XYZ | 21.38 | 42 | 8.28 | - |
| YUV | 126.9 | 73.87 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 31 | 0.91 | 0 | 0.85 | 0.21 | 124.26 | 0.84 | 0.43 |
| Hex | 12 | C9 | 1F | 5B | 0 | 55 | 15 | 7C | 54 | 2B |
| Octal | 22 | 311 | 37 | 133 | 0 | 125 | 25 | 174 | 124 | 53 |
| Binary | 10010 | 11001001 | 11111 | 1011011 | 0 | 1010101 | 10101 | 1111100 | 1010100 | 101011 |
Color Harmonies of #12C91F
Complementary color
Monochromatic Colors of #12C91F
Black with #12C91F
Text Example
Text Example
White with #12C91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C91F; }
p { color: rgb(18,201,31); }
H1.HeaderClassName
{
color: #12C91F;
}
.AnyTagClassName
{
color: #12C91F;
}
</style>
background-color css
<style>
a { background-color: #12C91F; }
a { background-color: rgb(18,201,31); }
div.DivClassName
{
background-color: #12C91F;
}
.BgClassName
{
background-color: #12C91F;
}
</style>
border-color css
<style>
span { border-color: #12C91F; }
span { border-color: rgb(18,201,31); }
td.TdClassName
{
border-color: #12C91F;
}
.TagClassName
{
border-color: #12C91F;
}
</style>