Shades of Electric Lime #CFF902
Tints of Electric Lime #CFF902
RGB
CMYK
RGB Variations
Color information
#CFF902 (or 0xCFF902) is known color: Electric Lime. HEX triplet: CF, F9 and 02. RGB value is (207,249,2). Sum of RGB (Red+Green+Blue) = 207+249+2=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 2 (1.17% from 255 or 0.44% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF902 is #3006FD. Grayscale: #D1D1D1. Windows color (decimal): -3147518 or 195023. OLE color: 195023.
HSL color Cylindrical-coordinate representation of color #CFF902: hue angle of 70.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFF902 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.02 |
| HSL | 70.2º | 0.98% | 0.49% | - |
| HSV(B) | 70.2º | 0.99% | 0.98% | - |
| XYZ | 59.62 | 81.02 | 12.55 | - |
| YUV | 208.28 | 11.59 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 2 | 0.17 | 0 | 0.99 | 0.02 | 70.2 | 0.98 | 0.49 |
| Hex | CF | F9 | 2 | 11 | 0 | 63 | 2 | 46 | 62 | 31 |
| Octal | 317 | 371 | 2 | 21 | 0 | 143 | 2 | 106 | 142 | 61 |
| Binary | 11001111 | 11111001 | 10 | 10001 | 0 | 1100011 | 10 | 1000110 | 1100010 | 110001 |
Color Harmonies of #CFF902
Complementary color
Monochromatic Colors of #CFF902
Black with #CFF902
Text Example
Text Example
White with #CFF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF902; }
p { color: rgb(207,249,2); }
H1.HeaderClassName
{
color: #CFF902;
}
.AnyTagClassName
{
color: #CFF902;
}
</style>
background-color css
<style>
a { background-color: #CFF902; }
a { background-color: rgb(207,249,2); }
div.DivClassName
{
background-color: #CFF902;
}
.BgClassName
{
background-color: #CFF902;
}
</style>
border-color css
<style>
span { border-color: #CFF902; }
span { border-color: rgb(207,249,2); }
td.TdClassName
{
border-color: #CFF902;
}
.TagClassName
{
border-color: #CFF902;
}
</style>