Shades of Electric Lime #CFFF0B
Tints of Electric Lime #CFFF0B
RGB
CMYK
RGB Variations
Color information
#CFFF0B (or 0xCFFF0B) is known color: Electric Lime. HEX triplet: CF, FF and 0B. RGB value is (207,255,11). Sum of RGB (Red+Green+Blue) = 207+255+11=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF0B is #3000F4. Grayscale: #D5D5D5. Windows color (decimal): -3145973 or 786383. OLE color: 786383.
HSL color Cylindrical-coordinate representation of color #CFFF0B: hue angle of 71.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFFF0B is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 11 | - |
| CMYK | 0.19 | 0 | 0.96 | 0 |
| HSL | 71.8º | 1% | 0.52% | - |
| HSV(B) | 71.8º | 0.96% | 1% | - |
| XYZ | 61.55 | 84.81 | 13.44 | - |
| YUV | 212.83 | 14.1 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 11 | 0.19 | 0 | 0.96 | 0 | 71.8 | 1 | 0.52 |
| Hex | CF | FF | B | 13 | 0 | 60 | 0 | 48 | 64 | 34 |
| Octal | 317 | 377 | 13 | 23 | 0 | 140 | 0 | 110 | 144 | 64 |
| Binary | 11001111 | 11111111 | 1011 | 10011 | 0 | 1100000 | 0 | 1001000 | 1100100 | 110100 |
Color Harmonies of #CFFF0B
Complementary color
Monochromatic Colors of #CFFF0B
Black with #CFFF0B
Text Example
Text Example
White with #CFFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF0B; }
p { color: rgb(207,255,11); }
H1.HeaderClassName
{
color: #CFFF0B;
}
.AnyTagClassName
{
color: #CFFF0B;
}
</style>
background-color css
<style>
a { background-color: #CFFF0B; }
a { background-color: rgb(207,255,11); }
div.DivClassName
{
background-color: #CFFF0B;
}
.BgClassName
{
background-color: #CFFF0B;
}
</style>
border-color css
<style>
span { border-color: #CFFF0B; }
span { border-color: rgb(207,255,11); }
td.TdClassName
{
border-color: #CFFF0B;
}
.TagClassName
{
border-color: #CFFF0B;
}
</style>