Shades of Electric Lime #CFFE12
Tints of Electric Lime #CFFE12
RGB
CMYK
RGB Variations
Color information
#CFFE12 (or 0xCFFE12) is known color: Electric Lime. HEX triplet: CF, FE and 12. RGB value is (207,254,18). Sum of RGB (Red+Green+Blue) = 207+254+18=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFE12 is #3001ED. Grayscale: #D5D5D5. Windows color (decimal): -3146222 or 1244879. OLE color: 1244879.
HSL color Cylindrical-coordinate representation of color #CFFE12: hue angle of 71.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFFE12 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 18 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.00 |
| HSL | 71.95º | 0.99% | 0.53% | - |
| HSV(B) | 71.95º | 0.93% | 1% | - |
| XYZ | 61.28 | 84.19 | 13.59 | - |
| YUV | 213.04 | 17.93 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 18 | 0.19 | 0 | 0.93 | 0.00 | 71.95 | 0.99 | 0.53 |
| Hex | CF | FE | 12 | 13 | 0 | 5D | 0 | 48 | 63 | 35 |
| Octal | 317 | 376 | 22 | 23 | 0 | 135 | 0 | 110 | 143 | 65 |
| Binary | 11001111 | 11111110 | 10010 | 10011 | 0 | 1011101 | 0 | 1001000 | 1100011 | 110101 |
Color Harmonies of #CFFE12
Complementary color
Monochromatic Colors of #CFFE12
Black with #CFFE12
Text Example
Text Example
White with #CFFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE12; }
p { color: rgb(207,254,18); }
H1.HeaderClassName
{
color: #CFFE12;
}
.AnyTagClassName
{
color: #CFFE12;
}
</style>
background-color css
<style>
a { background-color: #CFFE12; }
a { background-color: rgb(207,254,18); }
div.DivClassName
{
background-color: #CFFE12;
}
.BgClassName
{
background-color: #CFFE12;
}
</style>
border-color css
<style>
span { border-color: #CFFE12; }
span { border-color: rgb(207,254,18); }
td.TdClassName
{
border-color: #CFFE12;
}
.TagClassName
{
border-color: #CFFE12;
}
</style>