Shades of Electric Lime #CFF503
Tints of Electric Lime #CFF503
RGB
CMYK
RGB Variations
Color information
#CFF503 (or 0xCFF503) is known color: Electric Lime. HEX triplet: CF, F5 and 03. RGB value is (207,245,3). Sum of RGB (Red+Green+Blue) = 207+245+3=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 245 (96.09% from 255 or 53.85% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF503 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF503 is #300AFC. Grayscale: #CECECE. Windows color (decimal): -3148541 or 259535. OLE color: 259535.
HSL color Cylindrical-coordinate representation of color #CFF503: hue angle of 69.42º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFF503 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.04 |
| HSL | 69.42º | 0.98% | 0.49% | - |
| HSV(B) | 69.42º | 0.99% | 0.96% | - |
| XYZ | 58.4 | 78.58 | 12.17 | - |
| YUV | 206.05 | 13.41 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 3 | 0.16 | 0 | 0.99 | 0.04 | 69.42 | 0.98 | 0.49 |
| Hex | CF | F5 | 3 | 10 | 0 | 63 | 4 | 45 | 62 | 31 |
| Octal | 317 | 365 | 3 | 20 | 0 | 143 | 4 | 105 | 142 | 61 |
| Binary | 11001111 | 11110101 | 11 | 10000 | 0 | 1100011 | 100 | 1000101 | 1100010 | 110001 |
Color Harmonies of #CFF503
Complementary color
Monochromatic Colors of #CFF503
Black with #CFF503
Text Example
Text Example
White with #CFF503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF503; }
p { color: rgb(207,245,3); }
H1.HeaderClassName
{
color: #CFF503;
}
.AnyTagClassName
{
color: #CFF503;
}
</style>
background-color css
<style>
a { background-color: #CFF503; }
a { background-color: rgb(207,245,3); }
div.DivClassName
{
background-color: #CFF503;
}
.BgClassName
{
background-color: #CFF503;
}
</style>
border-color css
<style>
span { border-color: #CFF503; }
span { border-color: rgb(207,245,3); }
td.TdClassName
{
border-color: #CFF503;
}
.TagClassName
{
border-color: #CFF503;
}
</style>