Shades of Lime Green #12C11B
Tints of Lime Green #12C11B
RGB
CMYK
RGB Variations
Color information
#12C11B (or 0x12C11B) is known color: Lime Green. HEX triplet: 12, C1 and 1B. RGB value is (18,193,27). Sum of RGB (Red+Green+Blue) = 18+193+27=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 193 (75.78% from 255 or 81.09% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 193 - color contains mainly: green. Hex color #12C11B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C11B is #ED3EE4. Grayscale: #7A7A7A. Windows color (decimal): -15548133 or 1818898. OLE color: 1818898.
HSL color Cylindrical-coordinate representation of color #12C11B: hue angle of 123.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C11B is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 27 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.24 |
| HSL | 123.09º | 0.83% | 0.41% | - |
| HSV(B) | 123.09º | 0.91% | 0.76% | - |
| XYZ | 19.52 | 38.35 | 7.41 | - |
| YUV | 121.75 | 74.52 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 27 | 0.91 | 0 | 0.86 | 0.24 | 123.09 | 0.83 | 0.41 |
| Hex | 12 | C1 | 1B | 5B | 0 | 56 | 18 | 7B | 53 | 29 |
| Octal | 22 | 301 | 33 | 133 | 0 | 126 | 30 | 173 | 123 | 51 |
| Binary | 10010 | 11000001 | 11011 | 1011011 | 0 | 1010110 | 11000 | 1111011 | 1010011 | 101001 |
Color Harmonies of #12C11B
Complementary color
Monochromatic Colors of #12C11B
Black with #12C11B
Text Example
Text Example
White with #12C11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C11B; }
p { color: rgb(18,193,27); }
H1.HeaderClassName
{
color: #12C11B;
}
.AnyTagClassName
{
color: #12C11B;
}
</style>
background-color css
<style>
a { background-color: #12C11B; }
a { background-color: rgb(18,193,27); }
div.DivClassName
{
background-color: #12C11B;
}
.BgClassName
{
background-color: #12C11B;
}
</style>
border-color css
<style>
span { border-color: #12C11B; }
span { border-color: rgb(18,193,27); }
td.TdClassName
{
border-color: #12C11B;
}
.TagClassName
{
border-color: #12C11B;
}
</style>