Shades of Lime Green #12C31C
Tints of Lime Green #12C31C
RGB
CMYK
RGB Variations
Color information
#12C31C (or 0x12C31C) is known color: Lime Green. HEX triplet: 12, C3 and 1C. RGB value is (18,195,28). Sum of RGB (Red+Green+Blue) = 18+195+28=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 195 (76.56% from 255 or 80.91% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 195 - color contains mainly: green. Hex color #12C31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C31C is #ED3CE3. Grayscale: #7B7B7B. Windows color (decimal): -15547620 or 1884946. OLE color: 1884946.
HSL color Cylindrical-coordinate representation of color #12C31C: hue angle of 123.39º 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 #12C31C is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 28 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.24 |
| HSL | 123.39º | 0.83% | 0.42% | - |
| HSV(B) | 123.39º | 0.91% | 0.76% | - |
| XYZ | 19.97 | 39.24 | 7.62 | - |
| YUV | 123.04 | 74.36 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 28 | 0.91 | 0 | 0.86 | 0.24 | 123.39 | 0.83 | 0.42 |
| Hex | 12 | C3 | 1C | 5B | 0 | 56 | 18 | 7B | 53 | 2A |
| Octal | 22 | 303 | 34 | 133 | 0 | 126 | 30 | 173 | 123 | 52 |
| Binary | 10010 | 11000011 | 11100 | 1011011 | 0 | 1010110 | 11000 | 1111011 | 1010011 | 101010 |
Color Harmonies of #12C31C
Complementary color
Monochromatic Colors of #12C31C
Black with #12C31C
Text Example
Text Example
White with #12C31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C31C; }
p { color: rgb(18,195,28); }
H1.HeaderClassName
{
color: #12C31C;
}
.AnyTagClassName
{
color: #12C31C;
}
</style>
background-color css
<style>
a { background-color: #12C31C; }
a { background-color: rgb(18,195,28); }
div.DivClassName
{
background-color: #12C31C;
}
.BgClassName
{
background-color: #12C31C;
}
</style>
border-color css
<style>
span { border-color: #12C31C; }
span { border-color: rgb(18,195,28); }
td.TdClassName
{
border-color: #12C31C;
}
.TagClassName
{
border-color: #12C31C;
}
</style>