Shades of Electric Lime #CFFC0F
Tints of Electric Lime #CFFC0F
RGB
CMYK
RGB Variations
Color information
#CFFC0F (or 0xCFFC0F) is known color: Electric Lime. HEX triplet: CF, FC and 0F. RGB value is (207,252,15). Sum of RGB (Red+Green+Blue) = 207+252+15=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 15 (6.25% from 255 or 3.16% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC0F is #3003F0. Grayscale: #D4D4D4. Windows color (decimal): -3146737 or 1047759. OLE color: 1047759.
HSL color Cylindrical-coordinate representation of color #CFFC0F: hue angle of 71.39º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFFC0F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 15 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.01 |
| HSL | 71.39º | 0.98% | 0.52% | - |
| HSV(B) | 71.39º | 0.94% | 0.99% | - |
| XYZ | 60.63 | 82.92 | 13.26 | - |
| YUV | 211.53 | 17.09 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 15 | 0.18 | 0 | 0.94 | 0.01 | 71.39 | 0.98 | 0.52 |
| Hex | CF | FC | F | 12 | 0 | 5E | 1 | 47 | 62 | 34 |
| Octal | 317 | 374 | 17 | 22 | 0 | 136 | 1 | 107 | 142 | 64 |
| Binary | 11001111 | 11111100 | 1111 | 10010 | 0 | 1011110 | 1 | 1000111 | 1100010 | 110100 |
Color Harmonies of #CFFC0F
Complementary color
Monochromatic Colors of #CFFC0F
Black with #CFFC0F
Text Example
Text Example
White with #CFFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC0F; }
p { color: rgb(207,252,15); }
H1.HeaderClassName
{
color: #CFFC0F;
}
.AnyTagClassName
{
color: #CFFC0F;
}
</style>
background-color css
<style>
a { background-color: #CFFC0F; }
a { background-color: rgb(207,252,15); }
div.DivClassName
{
background-color: #CFFC0F;
}
.BgClassName
{
background-color: #CFFC0F;
}
</style>
border-color css
<style>
span { border-color: #CFFC0F; }
span { border-color: rgb(207,252,15); }
td.TdClassName
{
border-color: #CFFC0F;
}
.TagClassName
{
border-color: #CFFC0F;
}
</style>