Shades of Electric Lime #CFE203
Tints of Electric Lime #CFE203
RGB
CMYK
RGB Variations
Color information
#CFE203 (or 0xCFE203) is known color: Electric Lime. HEX triplet: CF, E2 and 03. RGB value is (207,226,3). Sum of RGB (Red+Green+Blue) = 207+226+3=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE203 is #301DFC. Grayscale: #C3C3C3. Windows color (decimal): -3153405 or 254671. OLE color: 254671.
HSL color Cylindrical-coordinate representation of color #CFE203: hue angle of 65.11º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFE203 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 3 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.11 |
| HSL | 65.11º | 0.97% | 0.45% | - |
| HSV(B) | 65.11º | 0.99% | 0.89% | - |
| XYZ | 52.94 | 67.66 | 10.36 | - |
| YUV | 194.9 | 19.71 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 3 | 0.08 | 0 | 0.99 | 0.11 | 65.11 | 0.97 | 0.45 |
| Hex | CF | E2 | 3 | 8 | 0 | 63 | B | 41 | 61 | 2D |
| Octal | 317 | 342 | 3 | 10 | 0 | 143 | 13 | 101 | 141 | 55 |
| Binary | 11001111 | 11100010 | 11 | 1000 | 0 | 1100011 | 1011 | 1000001 | 1100001 | 101101 |
Color Harmonies of #CFE203
Complementary color
Monochromatic Colors of #CFE203
Black with #CFE203
Text Example
Text Example
White with #CFE203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE203; }
p { color: rgb(207,226,3); }
H1.HeaderClassName
{
color: #CFE203;
}
.AnyTagClassName
{
color: #CFE203;
}
</style>
background-color css
<style>
a { background-color: #CFE203; }
a { background-color: rgb(207,226,3); }
div.DivClassName
{
background-color: #CFE203;
}
.BgClassName
{
background-color: #CFE203;
}
</style>
border-color css
<style>
span { border-color: #CFE203; }
span { border-color: rgb(207,226,3); }
td.TdClassName
{
border-color: #CFE203;
}
.TagClassName
{
border-color: #CFE203;
}
</style>