Shades of Electric Lime #CFF10D
Tints of Electric Lime #CFF10D
RGB
CMYK
RGB Variations
Color information
#CFF10D (or 0xCFF10D) is known color: Electric Lime. HEX triplet: CF, F1 and 0D. RGB value is (207,241,13). Sum of RGB (Red+Green+Blue) = 207+241+13=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF10D is #300EF2. Grayscale: #CDCDCD. Windows color (decimal): -3149555 or 913871. OLE color: 913871.
HSL color Cylindrical-coordinate representation of color #CFF10D: hue angle of 68.95º degrees, saturation: 0.9, 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 #CFF10D is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 13 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.05 |
| HSL | 68.95º | 0.9% | 0.5% | - |
| HSV(B) | 68.95º | 0.95% | 0.95% | - |
| XYZ | 57.26 | 76.21 | 12.07 | - |
| YUV | 204.84 | 19.74 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 13 | 0.14 | 0 | 0.95 | 0.05 | 68.95 | 0.9 | 0.5 |
| Hex | CF | F1 | D | E | 0 | 5F | 5 | 45 | 5A | 32 |
| Octal | 317 | 361 | 15 | 16 | 0 | 137 | 5 | 105 | 132 | 62 |
| Binary | 11001111 | 11110001 | 1101 | 1110 | 0 | 1011111 | 101 | 1000101 | 1011010 | 110010 |
Color Harmonies of #CFF10D
Complementary color
Monochromatic Colors of #CFF10D
Black with #CFF10D
Text Example
Text Example
White with #CFF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF10D; }
p { color: rgb(207,241,13); }
H1.HeaderClassName
{
color: #CFF10D;
}
.AnyTagClassName
{
color: #CFF10D;
}
</style>
background-color css
<style>
a { background-color: #CFF10D; }
a { background-color: rgb(207,241,13); }
div.DivClassName
{
background-color: #CFF10D;
}
.BgClassName
{
background-color: #CFF10D;
}
</style>
border-color css
<style>
span { border-color: #CFF10D; }
span { border-color: rgb(207,241,13); }
td.TdClassName
{
border-color: #CFF10D;
}
.TagClassName
{
border-color: #CFF10D;
}
</style>