Shades of Lime Green #12D623
Tints of Lime Green #12D623
RGB
CMYK
RGB Variations
Color information
#12D623 (or 0x12D623) is known color: Lime Green. HEX triplet: 12, D6 and 23. RGB value is (18,214,35). Sum of RGB (Red+Green+Blue) = 18+214+35=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 214 (83.98% from 255 or 80.15% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 214 - color contains mainly: green. Hex color #12D623 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D623 is #ED29DC. Grayscale: #878787. Windows color (decimal): -15542749 or 2348562. OLE color: 2348562.
HSL color Cylindrical-coordinate representation of color #12D623: hue angle of 125.2º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D623 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 35 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.16 |
| HSL | 125.2º | 0.84% | 0.45% | - |
| HSV(B) | 125.2º | 0.92% | 0.84% | - |
| XYZ | 24.6 | 48.34 | 9.62 | - |
| YUV | 134.99 | 71.57 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 35 | 0.92 | 0 | 0.84 | 0.16 | 125.2 | 0.84 | 0.45 |
| Hex | 12 | D6 | 23 | 5C | 0 | 54 | 10 | 7D | 54 | 2D |
| Octal | 22 | 326 | 43 | 134 | 0 | 124 | 20 | 175 | 124 | 55 |
| Binary | 10010 | 11010110 | 100011 | 1011100 | 0 | 1010100 | 10000 | 1111101 | 1010100 | 101101 |
Color Harmonies of #12D623
Complementary color
Monochromatic Colors of #12D623
Black with #12D623
Text Example
Text Example
White with #12D623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D623; }
p { color: rgb(18,214,35); }
H1.HeaderClassName
{
color: #12D623;
}
.AnyTagClassName
{
color: #12D623;
}
</style>
background-color css
<style>
a { background-color: #12D623; }
a { background-color: rgb(18,214,35); }
div.DivClassName
{
background-color: #12D623;
}
.BgClassName
{
background-color: #12D623;
}
</style>
border-color css
<style>
span { border-color: #12D623; }
span { border-color: rgb(18,214,35); }
td.TdClassName
{
border-color: #12D623;
}
.TagClassName
{
border-color: #12D623;
}
</style>