Shades of Lime Green #12CF25
Tints of Lime Green #12CF25
RGB
CMYK
RGB Variations
Color information
#12CF25 (or 0x12CF25) is known color: Lime Green. HEX triplet: 12, CF and 25. RGB value is (18,207,37). Sum of RGB (Red+Green+Blue) = 18+207+37=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 207 (81.25% from 255 or 79.01% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF25 is #ED30DA. Grayscale: #838383. Windows color (decimal): -15544539 or 2477842. OLE color: 2477842.
HSL color Cylindrical-coordinate representation of color #12CF25: hue angle of 126.03º 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 #12CF25 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 37 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.19 |
| HSL | 126.03º | 0.84% | 0.44% | - |
| HSV(B) | 126.03º | 0.91% | 0.81% | - |
| XYZ | 22.9 | 44.89 | 9.21 | - |
| YUV | 131.11 | 74.88 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 37 | 0.91 | 0 | 0.82 | 0.19 | 126.03 | 0.84 | 0.44 |
| Hex | 12 | CF | 25 | 5B | 0 | 52 | 13 | 7E | 54 | 2C |
| Octal | 22 | 317 | 45 | 133 | 0 | 122 | 23 | 176 | 124 | 54 |
| Binary | 10010 | 11001111 | 100101 | 1011011 | 0 | 1010010 | 10011 | 1111110 | 1010100 | 101100 |
Color Harmonies of #12CF25
Complementary color
Monochromatic Colors of #12CF25
Black with #12CF25
Text Example
Text Example
White with #12CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF25; }
p { color: rgb(18,207,37); }
H1.HeaderClassName
{
color: #12CF25;
}
.AnyTagClassName
{
color: #12CF25;
}
</style>
background-color css
<style>
a { background-color: #12CF25; }
a { background-color: rgb(18,207,37); }
div.DivClassName
{
background-color: #12CF25;
}
.BgClassName
{
background-color: #12CF25;
}
</style>
border-color css
<style>
span { border-color: #12CF25; }
span { border-color: rgb(18,207,37); }
td.TdClassName
{
border-color: #12CF25;
}
.TagClassName
{
border-color: #12CF25;
}
</style>