Shades of Lime Green #12C21B
Tints of Lime Green #12C21B
RGB
CMYK
RGB Variations
Color information
#12C21B (or 0x12C21B) is known color: Lime Green. HEX triplet: 12, C2 and 1B. RGB value is (18,194,27). Sum of RGB (Red+Green+Blue) = 18+194+27=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 194 (76.17% from 255 or 81.17% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 194 - color contains mainly: green. Hex color #12C21B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C21B is #ED3DE4. Grayscale: #7A7A7A. Windows color (decimal): -15547877 or 1819154. OLE color: 1819154.
HSL color Cylindrical-coordinate representation of color #12C21B: hue angle of 123.07º degrees, saturation: 0.83, 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 #12C21B is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 27 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.24 |
| HSL | 123.07º | 0.83% | 0.42% | - |
| HSV(B) | 123.07º | 0.91% | 0.76% | - |
| XYZ | 19.74 | 38.79 | 7.48 | - |
| YUV | 122.34 | 74.19 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 27 | 0.91 | 0 | 0.86 | 0.24 | 123.07 | 0.83 | 0.42 |
| Hex | 12 | C2 | 1B | 5B | 0 | 56 | 18 | 7B | 53 | 2A |
| Octal | 22 | 302 | 33 | 133 | 0 | 126 | 30 | 173 | 123 | 52 |
| Binary | 10010 | 11000010 | 11011 | 1011011 | 0 | 1010110 | 11000 | 1111011 | 1010011 | 101010 |
Color Harmonies of #12C21B
Complementary color
Monochromatic Colors of #12C21B
Black with #12C21B
Text Example
Text Example
White with #12C21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C21B; }
p { color: rgb(18,194,27); }
H1.HeaderClassName
{
color: #12C21B;
}
.AnyTagClassName
{
color: #12C21B;
}
</style>
background-color css
<style>
a { background-color: #12C21B; }
a { background-color: rgb(18,194,27); }
div.DivClassName
{
background-color: #12C21B;
}
.BgClassName
{
background-color: #12C21B;
}
</style>
border-color css
<style>
span { border-color: #12C21B; }
span { border-color: rgb(18,194,27); }
td.TdClassName
{
border-color: #12C21B;
}
.TagClassName
{
border-color: #12C21B;
}
</style>