Shades of Electric Lime #CFFC09
Tints of Electric Lime #CFFC09
RGB
CMYK
RGB Variations
Color information
#CFFC09 (or 0xCFFC09) is known color: Electric Lime. HEX triplet: CF, FC and 09. RGB value is (207,252,9). Sum of RGB (Red+Green+Blue) = 207+252+9=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 9 (3.91% from 255 or 1.92% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC09 is #3003F6. Grayscale: #D3D3D3. Windows color (decimal): -3146743 or 654543. OLE color: 654543.
HSL color Cylindrical-coordinate representation of color #CFFC09: hue angle of 71.11º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFFC09 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 9 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.01 |
| HSL | 71.11º | 0.98% | 0.51% | - |
| HSV(B) | 71.11º | 0.96% | 0.99% | - |
| XYZ | 60.59 | 82.91 | 13.07 | - |
| YUV | 210.84 | 14.09 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 9 | 0.18 | 0 | 0.96 | 0.01 | 71.11 | 0.98 | 0.51 |
| Hex | CF | FC | 9 | 12 | 0 | 60 | 1 | 47 | 62 | 33 |
| Octal | 317 | 374 | 11 | 22 | 0 | 140 | 1 | 107 | 142 | 63 |
| Binary | 11001111 | 11111100 | 1001 | 10010 | 0 | 1100000 | 1 | 1000111 | 1100010 | 110011 |
Color Harmonies of #CFFC09
Complementary color
Monochromatic Colors of #CFFC09
Black with #CFFC09
Text Example
Text Example
White with #CFFC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC09; }
p { color: rgb(207,252,9); }
H1.HeaderClassName
{
color: #CFFC09;
}
.AnyTagClassName
{
color: #CFFC09;
}
</style>
background-color css
<style>
a { background-color: #CFFC09; }
a { background-color: rgb(207,252,9); }
div.DivClassName
{
background-color: #CFFC09;
}
.BgClassName
{
background-color: #CFFC09;
}
</style>
border-color css
<style>
span { border-color: #CFFC09; }
span { border-color: rgb(207,252,9); }
td.TdClassName
{
border-color: #CFFC09;
}
.TagClassName
{
border-color: #CFFC09;
}
</style>