Shades of Electric Lime #CFF10F
Tints of Electric Lime #CFF10F
RGB
CMYK
RGB Variations
Color information
#CFF10F (or 0xCFF10F) is known color: Electric Lime. HEX triplet: CF, F1 and 0F. RGB value is (207,241,15). Sum of RGB (Red+Green+Blue) = 207+241+15=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF10F is #300EF0. Grayscale: #CDCDCD. Windows color (decimal): -3149553 or 1044943. OLE color: 1044943.
HSL color Cylindrical-coordinate representation of color #CFF10F: hue angle of 69.03º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFF10F is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 15 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.05 |
| HSL | 69.03º | 0.89% | 0.5% | - |
| HSV(B) | 69.03º | 0.94% | 0.95% | - |
| XYZ | 57.27 | 76.21 | 12.14 | - |
| YUV | 205.07 | 20.74 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 15 | 0.14 | 0 | 0.94 | 0.05 | 69.03 | 0.89 | 0.5 |
| Hex | CF | F1 | F | E | 0 | 5E | 5 | 45 | 59 | 32 |
| Octal | 317 | 361 | 17 | 16 | 0 | 136 | 5 | 105 | 131 | 62 |
| Binary | 11001111 | 11110001 | 1111 | 1110 | 0 | 1011110 | 101 | 1000101 | 1011001 | 110010 |
Color Harmonies of #CFF10F
Complementary color
Monochromatic Colors of #CFF10F
Black with #CFF10F
Text Example
Text Example
White with #CFF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF10F; }
p { color: rgb(207,241,15); }
H1.HeaderClassName
{
color: #CFF10F;
}
.AnyTagClassName
{
color: #CFF10F;
}
</style>
background-color css
<style>
a { background-color: #CFF10F; }
a { background-color: rgb(207,241,15); }
div.DivClassName
{
background-color: #CFF10F;
}
.BgClassName
{
background-color: #CFF10F;
}
</style>
border-color css
<style>
span { border-color: #CFF10F; }
span { border-color: rgb(207,241,15); }
td.TdClassName
{
border-color: #CFF10F;
}
.TagClassName
{
border-color: #CFF10F;
}
</style>