Shades of Lime Green #12DF2D
Tints of Lime Green #12DF2D
RGB
CMYK
RGB Variations
Color information
#12DF2D (or 0x12DF2D) is known color: Lime Green. HEX triplet: 12, DF and 2D. RGB value is (18,223,45). Sum of RGB (Red+Green+Blue) = 18+223+45=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 223 (87.5% from 255 or 77.97% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF2D is #ED20D2. Grayscale: #8D8D8D. Windows color (decimal): -15540435 or 3006226. OLE color: 3006226.
HSL color Cylindrical-coordinate representation of color #12DF2D: hue angle of 127.9º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF2D is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 45 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.13 |
| HSL | 127.9º | 0.85% | 0.47% | - |
| HSV(B) | 127.9º | 0.92% | 0.87% | - |
| XYZ | 27.11 | 53.09 | 11.3 | - |
| YUV | 141.41 | 73.58 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 45 | 0.92 | 0 | 0.80 | 0.13 | 127.9 | 0.85 | 0.47 |
| Hex | 12 | DF | 2D | 5C | 0 | 50 | D | 80 | 55 | 2F |
| Octal | 22 | 337 | 55 | 134 | 0 | 120 | 15 | 200 | 125 | 57 |
| Binary | 10010 | 11011111 | 101101 | 1011100 | 0 | 1010000 | 1101 | 10000000 | 1010101 | 101111 |
Color Harmonies of #12DF2D
Complementary color
Monochromatic Colors of #12DF2D
Black with #12DF2D
Text Example
Text Example
White with #12DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF2D; }
p { color: rgb(18,223,45); }
H1.HeaderClassName
{
color: #12DF2D;
}
.AnyTagClassName
{
color: #12DF2D;
}
</style>
background-color css
<style>
a { background-color: #12DF2D; }
a { background-color: rgb(18,223,45); }
div.DivClassName
{
background-color: #12DF2D;
}
.BgClassName
{
background-color: #12DF2D;
}
</style>
border-color css
<style>
span { border-color: #12DF2D; }
span { border-color: rgb(18,223,45); }
td.TdClassName
{
border-color: #12DF2D;
}
.TagClassName
{
border-color: #12DF2D;
}
</style>