Shades of Lime Green #12CF23
Tints of Lime Green #12CF23
RGB
CMYK
RGB Variations
Color information
#12CF23 (or 0x12CF23) is known color: Lime Green. HEX triplet: 12, CF and 23. RGB value is (18,207,35). Sum of RGB (Red+Green+Blue) = 18+207+35=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 207 (81.25% from 255 or 79.62% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF23 is #ED30DC. Grayscale: #838383. Windows color (decimal): -15544541 or 2346770. OLE color: 2346770.
HSL color Cylindrical-coordinate representation of color #12CF23: hue angle of 125.4º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF23 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 35 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.19 |
| HSL | 125.4º | 0.84% | 0.44% | - |
| HSV(B) | 125.4º | 0.91% | 0.81% | - |
| XYZ | 22.87 | 44.88 | 9.05 | - |
| YUV | 130.88 | 73.88 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 35 | 0.91 | 0 | 0.83 | 0.19 | 125.4 | 0.84 | 0.44 |
| Hex | 12 | CF | 23 | 5B | 0 | 53 | 13 | 7D | 54 | 2C |
| Octal | 22 | 317 | 43 | 133 | 0 | 123 | 23 | 175 | 124 | 54 |
| Binary | 10010 | 11001111 | 100011 | 1011011 | 0 | 1010011 | 10011 | 1111101 | 1010100 | 101100 |
Color Harmonies of #12CF23
Complementary color
Monochromatic Colors of #12CF23
Black with #12CF23
Text Example
Text Example
White with #12CF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF23; }
p { color: rgb(18,207,35); }
H1.HeaderClassName
{
color: #12CF23;
}
.AnyTagClassName
{
color: #12CF23;
}
</style>
background-color css
<style>
a { background-color: #12CF23; }
a { background-color: rgb(18,207,35); }
div.DivClassName
{
background-color: #12CF23;
}
.BgClassName
{
background-color: #12CF23;
}
</style>
border-color css
<style>
span { border-color: #12CF23; }
span { border-color: rgb(18,207,35); }
td.TdClassName
{
border-color: #12CF23;
}
.TagClassName
{
border-color: #12CF23;
}
</style>