Shades of Electric Lime #CFF803
Tints of Electric Lime #CFF803
RGB
CMYK
RGB Variations
Color information
#CFF803 (or 0xCFF803) is known color: Electric Lime. HEX triplet: CF, F8 and 03. RGB value is (207,248,3). Sum of RGB (Red+Green+Blue) = 207+248+3=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 3 (1.56% from 255 or 0.66% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF803 is #3007FC. Grayscale: #D0D0D0. Windows color (decimal): -3147773 or 260303. OLE color: 260303.
HSL color Cylindrical-coordinate representation of color #CFF803: hue angle of 70.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFF803 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.03 |
| HSL | 70.04º | 0.98% | 0.49% | - |
| HSV(B) | 70.04º | 0.99% | 0.97% | - |
| XYZ | 59.32 | 80.41 | 12.48 | - |
| YUV | 207.81 | 12.42 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 3 | 0.17 | 0 | 0.99 | 0.03 | 70.04 | 0.98 | 0.49 |
| Hex | CF | F8 | 3 | 11 | 0 | 63 | 3 | 46 | 62 | 31 |
| Octal | 317 | 370 | 3 | 21 | 0 | 143 | 3 | 106 | 142 | 61 |
| Binary | 11001111 | 11111000 | 11 | 10001 | 0 | 1100011 | 11 | 1000110 | 1100010 | 110001 |
Color Harmonies of #CFF803
Complementary color
Monochromatic Colors of #CFF803
Black with #CFF803
Text Example
Text Example
White with #CFF803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF803; }
p { color: rgb(207,248,3); }
H1.HeaderClassName
{
color: #CFF803;
}
.AnyTagClassName
{
color: #CFF803;
}
</style>
background-color css
<style>
a { background-color: #CFF803; }
a { background-color: rgb(207,248,3); }
div.DivClassName
{
background-color: #CFF803;
}
.BgClassName
{
background-color: #CFF803;
}
</style>
border-color css
<style>
span { border-color: #CFF803; }
span { border-color: rgb(207,248,3); }
td.TdClassName
{
border-color: #CFF803;
}
.TagClassName
{
border-color: #CFF803;
}
</style>