Shades of Electric Lime #CFF311
Tints of Electric Lime #CFF311
RGB
CMYK
RGB Variations
Color information
#CFF311 (or 0xCFF311) is known color: Electric Lime. HEX triplet: CF, F3 and 11. RGB value is (207,243,17). Sum of RGB (Red+Green+Blue) = 207+243+17=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF311 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF311 is #300CEE. Grayscale: #CFCFCF. Windows color (decimal): -3149039 or 1176527. OLE color: 1176527.
HSL color Cylindrical-coordinate representation of color #CFF311: hue angle of 69.56º degrees, saturation: 0.9, 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 #CFF311 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 17 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.05 |
| HSL | 69.56º | 0.9% | 0.51% | - |
| HSV(B) | 69.56º | 0.93% | 0.95% | - |
| XYZ | 57.88 | 77.41 | 12.42 | - |
| YUV | 206.47 | 21.07 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 17 | 0.15 | 0 | 0.93 | 0.05 | 69.56 | 0.9 | 0.51 |
| Hex | CF | F3 | 11 | F | 0 | 5D | 5 | 46 | 5A | 33 |
| Octal | 317 | 363 | 21 | 17 | 0 | 135 | 5 | 106 | 132 | 63 |
| Binary | 11001111 | 11110011 | 10001 | 1111 | 0 | 1011101 | 101 | 1000110 | 1011010 | 110011 |
Color Harmonies of #CFF311
Complementary color
Monochromatic Colors of #CFF311
Black with #CFF311
Text Example
Text Example
White with #CFF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF311; }
p { color: rgb(207,243,17); }
H1.HeaderClassName
{
color: #CFF311;
}
.AnyTagClassName
{
color: #CFF311;
}
</style>
background-color css
<style>
a { background-color: #CFF311; }
a { background-color: rgb(207,243,17); }
div.DivClassName
{
background-color: #CFF311;
}
.BgClassName
{
background-color: #CFF311;
}
</style>
border-color css
<style>
span { border-color: #CFF311; }
span { border-color: rgb(207,243,17); }
td.TdClassName
{
border-color: #CFF311;
}
.TagClassName
{
border-color: #CFF311;
}
</style>