Shades of Lime Green #12DC2B
Tints of Lime Green #12DC2B
RGB
CMYK
RGB Variations
Color information
#12DC2B (or 0x12DC2B) is known color: Lime Green. HEX triplet: 12, DC and 2B. RGB value is (18,220,43). Sum of RGB (Red+Green+Blue) = 18+220+43=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 220 (86.33% from 255 or 78.29% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC2B is #ED23D4. Grayscale: #8B8B8B. Windows color (decimal): -15541205 or 2874386. OLE color: 2874386.
HSL color Cylindrical-coordinate representation of color #12DC2B: hue angle of 127.43º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC2B is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 43 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.14 |
| HSL | 127.43º | 0.85% | 0.47% | - |
| HSV(B) | 127.43º | 0.92% | 0.86% | - |
| XYZ | 26.28 | 51.49 | 10.84 | - |
| YUV | 139.42 | 73.58 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 43 | 0.92 | 0 | 0.80 | 0.14 | 127.43 | 0.85 | 0.47 |
| Hex | 12 | DC | 2B | 5C | 0 | 50 | E | 7F | 55 | 2F |
| Octal | 22 | 334 | 53 | 134 | 0 | 120 | 16 | 177 | 125 | 57 |
| Binary | 10010 | 11011100 | 101011 | 1011100 | 0 | 1010000 | 1110 | 1111111 | 1010101 | 101111 |
Color Harmonies of #12DC2B
Complementary color
Monochromatic Colors of #12DC2B
Black with #12DC2B
Text Example
Text Example
White with #12DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC2B; }
p { color: rgb(18,220,43); }
H1.HeaderClassName
{
color: #12DC2B;
}
.AnyTagClassName
{
color: #12DC2B;
}
</style>
background-color css
<style>
a { background-color: #12DC2B; }
a { background-color: rgb(18,220,43); }
div.DivClassName
{
background-color: #12DC2B;
}
.BgClassName
{
background-color: #12DC2B;
}
</style>
border-color css
<style>
span { border-color: #12DC2B; }
span { border-color: rgb(18,220,43); }
td.TdClassName
{
border-color: #12DC2B;
}
.TagClassName
{
border-color: #12DC2B;
}
</style>