Shades of Electric Lime #CFE403
Tints of Electric Lime #CFE403
RGB
CMYK
RGB Variations
Color information
#CFE403 (or 0xCFE403) is known color: Electric Lime. HEX triplet: CF, E4 and 03. RGB value is (207,228,3). Sum of RGB (Red+Green+Blue) = 207+228+3=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 228 (89.45% from 255 or 52.05% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE403 is #301BFC. Grayscale: #C4C4C4. Windows color (decimal): -3152893 or 255183. OLE color: 255183.
HSL color Cylindrical-coordinate representation of color #CFE403: hue angle of 65.6º 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 #CFE403 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 3 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.11 |
| HSL | 65.6º | 0.97% | 0.45% | - |
| HSV(B) | 65.6º | 0.99% | 0.89% | - |
| XYZ | 53.49 | 68.76 | 10.54 | - |
| YUV | 196.07 | 19.04 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 3 | 0.09 | 0 | 0.99 | 0.11 | 65.6 | 0.97 | 0.45 |
| Hex | CF | E4 | 3 | 9 | 0 | 63 | B | 42 | 61 | 2D |
| Octal | 317 | 344 | 3 | 11 | 0 | 143 | 13 | 102 | 141 | 55 |
| Binary | 11001111 | 11100100 | 11 | 1001 | 0 | 1100011 | 1011 | 1000010 | 1100001 | 101101 |
Color Harmonies of #CFE403
Complementary color
Monochromatic Colors of #CFE403
Black with #CFE403
Text Example
Text Example
White with #CFE403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE403; }
p { color: rgb(207,228,3); }
H1.HeaderClassName
{
color: #CFE403;
}
.AnyTagClassName
{
color: #CFE403;
}
</style>
background-color css
<style>
a { background-color: #CFE403; }
a { background-color: rgb(207,228,3); }
div.DivClassName
{
background-color: #CFE403;
}
.BgClassName
{
background-color: #CFE403;
}
</style>
border-color css
<style>
span { border-color: #CFE403; }
span { border-color: rgb(207,228,3); }
td.TdClassName
{
border-color: #CFE403;
}
.TagClassName
{
border-color: #CFE403;
}
</style>