Shades of Lime Green #12BD18
Tints of Lime Green #12BD18
RGB
CMYK
RGB Variations
Color information
#12BD18 (or 0x12BD18) is known color: Lime Green. HEX triplet: 12, BD and 18. RGB value is (18,189,24). Sum of RGB (Red+Green+Blue) = 18+189+24=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 189 (74.22% from 255 or 81.82% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BD18 is #ED42E7. Grayscale: #777777. Windows color (decimal): -15549160 or 1621266. OLE color: 1621266.
HSL color Cylindrical-coordinate representation of color #12BD18: hue angle of 122.11º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD18 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 24 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.26 |
| HSL | 122.11º | 0.83% | 0.41% | - |
| HSV(B) | 122.11º | 0.9% | 0.74% | - |
| XYZ | 18.61 | 36.59 | 6.95 | - |
| YUV | 119.06 | 74.35 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 24 | 0.90 | 0 | 0.87 | 0.26 | 122.11 | 0.83 | 0.41 |
| Hex | 12 | BD | 18 | 5A | 0 | 57 | 1A | 7A | 53 | 29 |
| Octal | 22 | 275 | 30 | 132 | 0 | 127 | 32 | 172 | 123 | 51 |
| Binary | 10010 | 10111101 | 11000 | 1011010 | 0 | 1010111 | 11010 | 1111010 | 1010011 | 101001 |
Color Harmonies of #12BD18
Complementary color
Monochromatic Colors of #12BD18
Black with #12BD18
Text Example
Text Example
White with #12BD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD18; }
p { color: rgb(18,189,24); }
H1.HeaderClassName
{
color: #12BD18;
}
.AnyTagClassName
{
color: #12BD18;
}
</style>
background-color css
<style>
a { background-color: #12BD18; }
a { background-color: rgb(18,189,24); }
div.DivClassName
{
background-color: #12BD18;
}
.BgClassName
{
background-color: #12BD18;
}
</style>
border-color css
<style>
span { border-color: #12BD18; }
span { border-color: rgb(18,189,24); }
td.TdClassName
{
border-color: #12BD18;
}
.TagClassName
{
border-color: #12BD18;
}
</style>