Shades of Electric Lime #CFF316
Tints of Electric Lime #CFF316
RGB
CMYK
RGB Variations
Color information
#CFF316 (or 0xCFF316) is known color: Electric Lime. HEX triplet: CF, F3 and 16. RGB value is (207,243,22). Sum of RGB (Red+Green+Blue) = 207+243+22=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF316 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF316 is #300CE9. Grayscale: #CFCFCF. Windows color (decimal): -3149034 or 1504207. OLE color: 1504207.
HSL color Cylindrical-coordinate representation of color #CFF316: hue angle of 69.77º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFF316 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 22 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.05 |
| HSL | 69.77º | 0.9% | 0.52% | - |
| HSV(B) | 69.77º | 0.91% | 0.95% | - |
| XYZ | 57.93 | 77.42 | 12.65 | - |
| YUV | 207.04 | 23.57 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 22 | 0.15 | 0 | 0.91 | 0.05 | 69.77 | 0.9 | 0.52 |
| Hex | CF | F3 | 16 | F | 0 | 5B | 5 | 46 | 5A | 34 |
| Octal | 317 | 363 | 26 | 17 | 0 | 133 | 5 | 106 | 132 | 64 |
| Binary | 11001111 | 11110011 | 10110 | 1111 | 0 | 1011011 | 101 | 1000110 | 1011010 | 110100 |
Color Harmonies of #CFF316
Complementary color
Monochromatic Colors of #CFF316
Black with #CFF316
Text Example
Text Example
White with #CFF316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF316; }
p { color: rgb(207,243,22); }
H1.HeaderClassName
{
color: #CFF316;
}
.AnyTagClassName
{
color: #CFF316;
}
</style>
background-color css
<style>
a { background-color: #CFF316; }
a { background-color: rgb(207,243,22); }
div.DivClassName
{
background-color: #CFF316;
}
.BgClassName
{
background-color: #CFF316;
}
</style>
border-color css
<style>
span { border-color: #CFF316; }
span { border-color: rgb(207,243,22); }
td.TdClassName
{
border-color: #CFF316;
}
.TagClassName
{
border-color: #CFF316;
}
</style>