Shades of Electric Lime #CFF10C
Tints of Electric Lime #CFF10C
RGB
CMYK
RGB Variations
Color information
#CFF10C (or 0xCFF10C) is known color: Electric Lime. HEX triplet: CF, F1 and 0C. RGB value is (207,241,12). Sum of RGB (Red+Green+Blue) = 207+241+12=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF10C is #300EF3. Grayscale: #CDCDCD. Windows color (decimal): -3149556 or 848335. OLE color: 848335.
HSL color Cylindrical-coordinate representation of color #CFF10C: hue angle of 68.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF10C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.05 |
| HSL | 68.91º | 0.91% | 0.5% | - |
| HSV(B) | 68.91º | 0.95% | 0.95% | - |
| XYZ | 57.25 | 76.2 | 12.04 | - |
| YUV | 204.73 | 19.24 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 12 | 0.14 | 0 | 0.95 | 0.05 | 68.91 | 0.91 | 0.5 |
| Hex | CF | F1 | C | E | 0 | 5F | 5 | 45 | 5B | 32 |
| Octal | 317 | 361 | 14 | 16 | 0 | 137 | 5 | 105 | 133 | 62 |
| Binary | 11001111 | 11110001 | 1100 | 1110 | 0 | 1011111 | 101 | 1000101 | 1011011 | 110010 |
Color Harmonies of #CFF10C
Complementary color
Monochromatic Colors of #CFF10C
Black with #CFF10C
Text Example
Text Example
White with #CFF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF10C; }
p { color: rgb(207,241,12); }
H1.HeaderClassName
{
color: #CFF10C;
}
.AnyTagClassName
{
color: #CFF10C;
}
</style>
background-color css
<style>
a { background-color: #CFF10C; }
a { background-color: rgb(207,241,12); }
div.DivClassName
{
background-color: #CFF10C;
}
.BgClassName
{
background-color: #CFF10C;
}
</style>
border-color css
<style>
span { border-color: #CFF10C; }
span { border-color: rgb(207,241,12); }
td.TdClassName
{
border-color: #CFF10C;
}
.TagClassName
{
border-color: #CFF10C;
}
</style>