Shades of Electric Lime #CFF10B
Tints of Electric Lime #CFF10B
RGB
CMYK
RGB Variations
Color information
#CFF10B (or 0xCFF10B) is known color: Electric Lime. HEX triplet: CF, F1 and 0B. RGB value is (207,241,11). Sum of RGB (Red+Green+Blue) = 207+241+11=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF10B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF10B is #300EF4. Grayscale: #CDCDCD. Windows color (decimal): -3149557 or 782799. OLE color: 782799.
HSL color Cylindrical-coordinate representation of color #CFF10B: hue angle of 68.87º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF10B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 11 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.05 |
| HSL | 68.87º | 0.91% | 0.49% | - |
| HSV(B) | 68.87º | 0.95% | 0.95% | - |
| XYZ | 57.25 | 76.2 | 12.01 | - |
| YUV | 204.61 | 18.74 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 11 | 0.14 | 0 | 0.95 | 0.05 | 68.87 | 0.91 | 0.49 |
| Hex | CF | F1 | B | E | 0 | 5F | 5 | 45 | 5B | 31 |
| Octal | 317 | 361 | 13 | 16 | 0 | 137 | 5 | 105 | 133 | 61 |
| Binary | 11001111 | 11110001 | 1011 | 1110 | 0 | 1011111 | 101 | 1000101 | 1011011 | 110001 |
Color Harmonies of #CFF10B
Complementary color
Monochromatic Colors of #CFF10B
Black with #CFF10B
Text Example
Text Example
White with #CFF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF10B; }
p { color: rgb(207,241,11); }
H1.HeaderClassName
{
color: #CFF10B;
}
.AnyTagClassName
{
color: #CFF10B;
}
</style>
background-color css
<style>
a { background-color: #CFF10B; }
a { background-color: rgb(207,241,11); }
div.DivClassName
{
background-color: #CFF10B;
}
.BgClassName
{
background-color: #CFF10B;
}
</style>
border-color css
<style>
span { border-color: #CFF10B; }
span { border-color: rgb(207,241,11); }
td.TdClassName
{
border-color: #CFF10B;
}
.TagClassName
{
border-color: #CFF10B;
}
</style>