Shades of Lime Green #12DC2D
Tints of Lime Green #12DC2D
RGB
CMYK
RGB Variations
Color information
#12DC2D (or 0x12DC2D) is known color: Lime Green. HEX triplet: 12, DC and 2D. RGB value is (18,220,45). Sum of RGB (Red+Green+Blue) = 18+220+45=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 220 (86.33% from 255 or 77.74% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC2D is #ED23D2. Grayscale: #8C8C8C. Windows color (decimal): -15541203 or 3005458. OLE color: 3005458.
HSL color Cylindrical-coordinate representation of color #12DC2D: hue angle of 128.02º 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 #12DC2D is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 45 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.14 |
| HSL | 128.02º | 0.85% | 0.47% | - |
| HSV(B) | 128.02º | 0.92% | 0.86% | - |
| XYZ | 26.32 | 51.5 | 11.04 | - |
| YUV | 139.65 | 74.58 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 45 | 0.92 | 0 | 0.80 | 0.14 | 128.02 | 0.85 | 0.47 |
| Hex | 12 | DC | 2D | 5C | 0 | 50 | E | 80 | 55 | 2F |
| Octal | 22 | 334 | 55 | 134 | 0 | 120 | 16 | 200 | 125 | 57 |
| Binary | 10010 | 11011100 | 101101 | 1011100 | 0 | 1010000 | 1110 | 10000000 | 1010101 | 101111 |
Color Harmonies of #12DC2D
Complementary color
Monochromatic Colors of #12DC2D
Black with #12DC2D
Text Example
Text Example
White with #12DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC2D; }
p { color: rgb(18,220,45); }
H1.HeaderClassName
{
color: #12DC2D;
}
.AnyTagClassName
{
color: #12DC2D;
}
</style>
background-color css
<style>
a { background-color: #12DC2D; }
a { background-color: rgb(18,220,45); }
div.DivClassName
{
background-color: #12DC2D;
}
.BgClassName
{
background-color: #12DC2D;
}
</style>
border-color css
<style>
span { border-color: #12DC2D; }
span { border-color: rgb(18,220,45); }
td.TdClassName
{
border-color: #12DC2D;
}
.TagClassName
{
border-color: #12DC2D;
}
</style>