Shades of Lime Green #12D92B
Tints of Lime Green #12D92B
RGB
CMYK
RGB Variations
Color information
#12D92B (or 0x12D92B) is known color: Lime Green. HEX triplet: 12, D9 and 2B. RGB value is (18,217,43). Sum of RGB (Red+Green+Blue) = 18+217+43=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 217 (85.16% from 255 or 78.06% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 217 - color contains mainly: green. Hex color #12D92B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D92B is #ED26D4. Grayscale: #8A8A8A. Windows color (decimal): -15541973 or 2873618. OLE color: 2873618.
HSL color Cylindrical-coordinate representation of color #12D92B: hue angle of 127.54º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D92B is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 43 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.15 |
| HSL | 127.54º | 0.85% | 0.46% | - |
| HSV(B) | 127.54º | 0.92% | 0.85% | - |
| XYZ | 25.5 | 49.93 | 10.58 | - |
| YUV | 137.66 | 74.57 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 43 | 0.92 | 0 | 0.80 | 0.15 | 127.54 | 0.85 | 0.46 |
| Hex | 12 | D9 | 2B | 5C | 0 | 50 | F | 80 | 55 | 2E |
| Octal | 22 | 331 | 53 | 134 | 0 | 120 | 17 | 200 | 125 | 56 |
| Binary | 10010 | 11011001 | 101011 | 1011100 | 0 | 1010000 | 1111 | 10000000 | 1010101 | 101110 |
Color Harmonies of #12D92B
Complementary color
Monochromatic Colors of #12D92B
Black with #12D92B
Text Example
Text Example
White with #12D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D92B; }
p { color: rgb(18,217,43); }
H1.HeaderClassName
{
color: #12D92B;
}
.AnyTagClassName
{
color: #12D92B;
}
</style>
background-color css
<style>
a { background-color: #12D92B; }
a { background-color: rgb(18,217,43); }
div.DivClassName
{
background-color: #12D92B;
}
.BgClassName
{
background-color: #12D92B;
}
</style>
border-color css
<style>
span { border-color: #12D92B; }
span { border-color: rgb(18,217,43); }
td.TdClassName
{
border-color: #12D92B;
}
.TagClassName
{
border-color: #12D92B;
}
</style>