Shades of Electric Lime #CFE503
Tints of Electric Lime #CFE503
RGB
CMYK
RGB Variations
Color information
#CFE503 (or 0xCFE503) is known color: Electric Lime. HEX triplet: CF, E5 and 03. RGB value is (207,229,3). Sum of RGB (Red+Green+Blue) = 207+229+3=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE503 is #301AFC. Grayscale: #C5C5C5. Windows color (decimal): -3152637 or 255439. OLE color: 255439.
HSL color Cylindrical-coordinate representation of color #CFE503: hue angle of 65.84º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFE503 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 3 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.10 |
| HSL | 65.84º | 0.97% | 0.45% | - |
| HSV(B) | 65.84º | 0.99% | 0.9% | - |
| XYZ | 53.77 | 69.31 | 10.63 | - |
| YUV | 196.66 | 18.71 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 3 | 0.10 | 0 | 0.99 | 0.10 | 65.84 | 0.97 | 0.45 |
| Hex | CF | E5 | 3 | A | 0 | 63 | A | 42 | 61 | 2D |
| Octal | 317 | 345 | 3 | 12 | 0 | 143 | 12 | 102 | 141 | 55 |
| Binary | 11001111 | 11100101 | 11 | 1010 | 0 | 1100011 | 1010 | 1000010 | 1100001 | 101101 |
Color Harmonies of #CFE503
Complementary color
Monochromatic Colors of #CFE503
Black with #CFE503
Text Example
Text Example
White with #CFE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE503; }
p { color: rgb(207,229,3); }
H1.HeaderClassName
{
color: #CFE503;
}
.AnyTagClassName
{
color: #CFE503;
}
</style>
background-color css
<style>
a { background-color: #CFE503; }
a { background-color: rgb(207,229,3); }
div.DivClassName
{
background-color: #CFE503;
}
.BgClassName
{
background-color: #CFE503;
}
</style>
border-color css
<style>
span { border-color: #CFE503; }
span { border-color: rgb(207,229,3); }
td.TdClassName
{
border-color: #CFE503;
}
.TagClassName
{
border-color: #CFE503;
}
</style>