Shades of Lime Green #12D327
Tints of Lime Green #12D327
RGB
CMYK
RGB Variations
Color information
#12D327 (or 0x12D327) is known color: Lime Green. HEX triplet: 12, D3 and 27. RGB value is (18,211,39). Sum of RGB (Red+Green+Blue) = 18+211+39=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 211 (82.81% from 255 or 78.73% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 211 - color contains mainly: green. Hex color #12D327 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D327 is #ED2CD8. Grayscale: #868686. Windows color (decimal): -15543513 or 2609938. OLE color: 2609938.
HSL color Cylindrical-coordinate representation of color #12D327: hue angle of 126.53º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D327 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 39 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.17 |
| HSL | 126.53º | 0.84% | 0.45% | - |
| HSV(B) | 126.53º | 0.91% | 0.83% | - |
| XYZ | 23.91 | 46.86 | 9.7 | - |
| YUV | 133.69 | 74.56 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 39 | 0.91 | 0 | 0.82 | 0.17 | 126.53 | 0.84 | 0.45 |
| Hex | 12 | D3 | 27 | 5B | 0 | 52 | 11 | 7F | 54 | 2D |
| Octal | 22 | 323 | 47 | 133 | 0 | 122 | 21 | 177 | 124 | 55 |
| Binary | 10010 | 11010011 | 100111 | 1011011 | 0 | 1010010 | 10001 | 1111111 | 1010100 | 101101 |
Color Harmonies of #12D327
Complementary color
Monochromatic Colors of #12D327
Black with #12D327
Text Example
Text Example
White with #12D327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D327; }
p { color: rgb(18,211,39); }
H1.HeaderClassName
{
color: #12D327;
}
.AnyTagClassName
{
color: #12D327;
}
</style>
background-color css
<style>
a { background-color: #12D327; }
a { background-color: rgb(18,211,39); }
div.DivClassName
{
background-color: #12D327;
}
.BgClassName
{
background-color: #12D327;
}
</style>
border-color css
<style>
span { border-color: #12D327; }
span { border-color: rgb(18,211,39); }
td.TdClassName
{
border-color: #12D327;
}
.TagClassName
{
border-color: #12D327;
}
</style>