Shades of Electric Lime #CFDF08
Tints of Electric Lime #CFDF08
RGB
CMYK
RGB Variations
Color information
#CFDF08 (or 0xCFDF08) is known color: Electric Lime. HEX triplet: CF, DF and 08. RGB value is (207,223,8). Sum of RGB (Red+Green+Blue) = 207+223+8=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF08 is #3020F7. Grayscale: #C2C2C2. Windows color (decimal): -3154168 or 581583. OLE color: 581583.
HSL color Cylindrical-coordinate representation of color #CFDF08: hue angle of 64.47º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFDF08 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.13 |
| HSL | 64.47º | 0.93% | 0.45% | - |
| HSV(B) | 64.47º | 0.96% | 0.87% | - |
| XYZ | 52.16 | 66.06 | 10.23 | - |
| YUV | 193.71 | 23.2 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 8 | 0.07 | 0 | 0.96 | 0.13 | 64.47 | 0.93 | 0.45 |
| Hex | CF | DF | 8 | 7 | 0 | 60 | D | 40 | 5D | 2D |
| Octal | 317 | 337 | 10 | 7 | 0 | 140 | 15 | 100 | 135 | 55 |
| Binary | 11001111 | 11011111 | 1000 | 111 | 0 | 1100000 | 1101 | 1000000 | 1011101 | 101101 |
Color Harmonies of #CFDF08
Complementary color
Monochromatic Colors of #CFDF08
Black with #CFDF08
Text Example
Text Example
White with #CFDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF08; }
p { color: rgb(207,223,8); }
H1.HeaderClassName
{
color: #CFDF08;
}
.AnyTagClassName
{
color: #CFDF08;
}
</style>
background-color css
<style>
a { background-color: #CFDF08; }
a { background-color: rgb(207,223,8); }
div.DivClassName
{
background-color: #CFDF08;
}
.BgClassName
{
background-color: #CFDF08;
}
</style>
border-color css
<style>
span { border-color: #CFDF08; }
span { border-color: rgb(207,223,8); }
td.TdClassName
{
border-color: #CFDF08;
}
.TagClassName
{
border-color: #CFDF08;
}
</style>