Shades of Lime Green #12CF1A
Tints of Lime Green #12CF1A
RGB
CMYK
RGB Variations
Color information
#12CF1A (or 0x12CF1A) is known color: Lime Green. HEX triplet: 12, CF and 1A. RGB value is (18,207,26). Sum of RGB (Red+Green+Blue) = 18+207+26=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 207 (81.25% from 255 or 82.47% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF1A is #ED30E5. Grayscale: #828282. Windows color (decimal): -15544550 or 1756946. OLE color: 1756946.
HSL color Cylindrical-coordinate representation of color #12CF1A: hue angle of 122.54º 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 #12CF1A is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 26 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.19 |
| HSL | 122.54º | 0.84% | 0.44% | - |
| HSV(B) | 122.54º | 0.91% | 0.81% | - |
| XYZ | 22.75 | 44.83 | 8.43 | - |
| YUV | 129.86 | 69.38 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 26 | 0.91 | 0 | 0.87 | 0.19 | 122.54 | 0.84 | 0.44 |
| Hex | 12 | CF | 1A | 5B | 0 | 57 | 13 | 7B | 54 | 2C |
| Octal | 22 | 317 | 32 | 133 | 0 | 127 | 23 | 173 | 124 | 54 |
| Binary | 10010 | 11001111 | 11010 | 1011011 | 0 | 1010111 | 10011 | 1111011 | 1010100 | 101100 |
Color Harmonies of #12CF1A
Complementary color
Monochromatic Colors of #12CF1A
Black with #12CF1A
Text Example
Text Example
White with #12CF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF1A; }
p { color: rgb(18,207,26); }
H1.HeaderClassName
{
color: #12CF1A;
}
.AnyTagClassName
{
color: #12CF1A;
}
</style>
background-color css
<style>
a { background-color: #12CF1A; }
a { background-color: rgb(18,207,26); }
div.DivClassName
{
background-color: #12CF1A;
}
.BgClassName
{
background-color: #12CF1A;
}
</style>
border-color css
<style>
span { border-color: #12CF1A; }
span { border-color: rgb(18,207,26); }
td.TdClassName
{
border-color: #12CF1A;
}
.TagClassName
{
border-color: #12CF1A;
}
</style>