Shades of Electric Lime #CFF112
Tints of Electric Lime #CFF112
RGB
CMYK
RGB Variations
Color information
#CFF112 (or 0xCFF112) is known color: Electric Lime. HEX triplet: CF, F1 and 12. RGB value is (207,241,18). Sum of RGB (Red+Green+Blue) = 207+241+18=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF112 is #300EED. Grayscale: #CECECE. Windows color (decimal): -3149550 or 1241551. OLE color: 1241551.
HSL color Cylindrical-coordinate representation of color #CFF112: hue angle of 69.15º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF112 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 18 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.05 |
| HSL | 69.15º | 0.89% | 0.51% | - |
| HSV(B) | 69.15º | 0.93% | 0.95% | - |
| XYZ | 57.3 | 76.22 | 12.26 | - |
| YUV | 205.41 | 22.24 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 18 | 0.14 | 0 | 0.93 | 0.05 | 69.15 | 0.89 | 0.51 |
| Hex | CF | F1 | 12 | E | 0 | 5D | 5 | 45 | 59 | 33 |
| Octal | 317 | 361 | 22 | 16 | 0 | 135 | 5 | 105 | 131 | 63 |
| Binary | 11001111 | 11110001 | 10010 | 1110 | 0 | 1011101 | 101 | 1000101 | 1011001 | 110011 |
Color Harmonies of #CFF112
Complementary color
Monochromatic Colors of #CFF112
Black with #CFF112
Text Example
Text Example
White with #CFF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF112; }
p { color: rgb(207,241,18); }
H1.HeaderClassName
{
color: #CFF112;
}
.AnyTagClassName
{
color: #CFF112;
}
</style>
background-color css
<style>
a { background-color: #CFF112; }
a { background-color: rgb(207,241,18); }
div.DivClassName
{
background-color: #CFF112;
}
.BgClassName
{
background-color: #CFF112;
}
</style>
border-color css
<style>
span { border-color: #CFF112; }
span { border-color: rgb(207,241,18); }
td.TdClassName
{
border-color: #CFF112;
}
.TagClassName
{
border-color: #CFF112;
}
</style>