Shades of Electric Lime #CFFF0C
Tints of Electric Lime #CFFF0C
RGB
CMYK
RGB Variations
Color information
#CFFF0C (or 0xCFFF0C) is known color: Electric Lime. HEX triplet: CF, FF and 0C. RGB value is (207,255,12). Sum of RGB (Red+Green+Blue) = 207+255+12=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF0C is #3000F3. Grayscale: #D5D5D5. Windows color (decimal): -3145972 or 851919. OLE color: 851919.
HSL color Cylindrical-coordinate representation of color #CFFF0C: hue angle of 71.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFFF0C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 12 | - |
| CMYK | 0.19 | 0 | 0.95 | 0 |
| HSL | 71.85º | 1% | 0.52% | - |
| HSV(B) | 71.85º | 0.95% | 1% | - |
| XYZ | 61.56 | 84.81 | 13.47 | - |
| YUV | 212.95 | 14.6 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 12 | 0.19 | 0 | 0.95 | 0 | 71.85 | 1 | 0.52 |
| Hex | CF | FF | C | 13 | 0 | 5F | 0 | 48 | 64 | 34 |
| Octal | 317 | 377 | 14 | 23 | 0 | 137 | 0 | 110 | 144 | 64 |
| Binary | 11001111 | 11111111 | 1100 | 10011 | 0 | 1011111 | 0 | 1001000 | 1100100 | 110100 |
Color Harmonies of #CFFF0C
Complementary color
Monochromatic Colors of #CFFF0C
Black with #CFFF0C
Text Example
Text Example
White with #CFFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF0C; }
p { color: rgb(207,255,12); }
H1.HeaderClassName
{
color: #CFFF0C;
}
.AnyTagClassName
{
color: #CFFF0C;
}
</style>
background-color css
<style>
a { background-color: #CFFF0C; }
a { background-color: rgb(207,255,12); }
div.DivClassName
{
background-color: #CFFF0C;
}
.BgClassName
{
background-color: #CFFF0C;
}
</style>
border-color css
<style>
span { border-color: #CFFF0C; }
span { border-color: rgb(207,255,12); }
td.TdClassName
{
border-color: #CFFF0C;
}
.TagClassName
{
border-color: #CFFF0C;
}
</style>