Shades of Electric Lime #CFFD03
Tints of Electric Lime #CFFD03
RGB
CMYK
RGB Variations
Color information
#CFFD03 (or 0xCFFD03) is known color: Electric Lime. HEX triplet: CF, FD and 03. RGB value is (207,253,3). Sum of RGB (Red+Green+Blue) = 207+253+3=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 3 (1.56% from 255 or 0.65% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD03 is #3002FC. Grayscale: #D3D3D3. Windows color (decimal): -3146493 or 261583. OLE color: 261583.
HSL color Cylindrical-coordinate representation of color #CFFD03: hue angle of 71.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFFD03 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.01 |
| HSL | 71.04º | 0.98% | 0.5% | - |
| HSV(B) | 71.04º | 0.99% | 0.99% | - |
| XYZ | 60.87 | 83.52 | 13 | - |
| YUV | 210.75 | 10.76 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 3 | 0.18 | 0 | 0.99 | 0.01 | 71.04 | 0.98 | 0.5 |
| Hex | CF | FD | 3 | 12 | 0 | 63 | 1 | 47 | 62 | 32 |
| Octal | 317 | 375 | 3 | 22 | 0 | 143 | 1 | 107 | 142 | 62 |
| Binary | 11001111 | 11111101 | 11 | 10010 | 0 | 1100011 | 1 | 1000111 | 1100010 | 110010 |
Color Harmonies of #CFFD03
Complementary color
Monochromatic Colors of #CFFD03
Black with #CFFD03
Text Example
Text Example
White with #CFFD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD03; }
p { color: rgb(207,253,3); }
H1.HeaderClassName
{
color: #CFFD03;
}
.AnyTagClassName
{
color: #CFFD03;
}
</style>
background-color css
<style>
a { background-color: #CFFD03; }
a { background-color: rgb(207,253,3); }
div.DivClassName
{
background-color: #CFFD03;
}
.BgClassName
{
background-color: #CFFD03;
}
</style>
border-color css
<style>
span { border-color: #CFFD03; }
span { border-color: rgb(207,253,3); }
td.TdClassName
{
border-color: #CFFD03;
}
.TagClassName
{
border-color: #CFFD03;
}
</style>