Shades of Electric Lime #CFF908
Tints of Electric Lime #CFF908
RGB
CMYK
RGB Variations
Color information
#CFF908 (or 0xCFF908) is known color: Electric Lime. HEX triplet: CF, F9 and 08. RGB value is (207,249,8). Sum of RGB (Red+Green+Blue) = 207+249+8=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 8 (3.52% from 255 or 1.72% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF908 is #3006F7. Grayscale: #D1D1D1. Windows color (decimal): -3147512 or 588239. OLE color: 588239.
HSL color Cylindrical-coordinate representation of color #CFF908: hue angle of 70.46º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFF908 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 8 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.02 |
| HSL | 70.46º | 0.95% | 0.5% | - |
| HSV(B) | 70.46º | 0.97% | 0.98% | - |
| XYZ | 59.65 | 81.03 | 12.73 | - |
| YUV | 208.97 | 14.59 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 8 | 0.17 | 0 | 0.97 | 0.02 | 70.46 | 0.95 | 0.5 |
| Hex | CF | F9 | 8 | 11 | 0 | 61 | 2 | 46 | 5F | 32 |
| Octal | 317 | 371 | 10 | 21 | 0 | 141 | 2 | 106 | 137 | 62 |
| Binary | 11001111 | 11111001 | 1000 | 10001 | 0 | 1100001 | 10 | 1000110 | 1011111 | 110010 |
Color Harmonies of #CFF908
Complementary color
Monochromatic Colors of #CFF908
Black with #CFF908
Text Example
Text Example
White with #CFF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF908; }
p { color: rgb(207,249,8); }
H1.HeaderClassName
{
color: #CFF908;
}
.AnyTagClassName
{
color: #CFF908;
}
</style>
background-color css
<style>
a { background-color: #CFF908; }
a { background-color: rgb(207,249,8); }
div.DivClassName
{
background-color: #CFF908;
}
.BgClassName
{
background-color: #CFF908;
}
</style>
border-color css
<style>
span { border-color: #CFF908; }
span { border-color: rgb(207,249,8); }
td.TdClassName
{
border-color: #CFF908;
}
.TagClassName
{
border-color: #CFF908;
}
</style>