Shades of Electric Lime #CBFE0E
Tints of Electric Lime #CBFE0E
RGB
CMYK
RGB Variations
Color information
#CBFE0E (or 0xCBFE0E) is known color: Electric Lime. HEX triplet: CB, FE and 0E. RGB value is (203,254,14). Sum of RGB (Red+Green+Blue) = 203+254+14=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE0E is #3401F1. Grayscale: #D4D4D4. Windows color (decimal): -3408370 or 982731. OLE color: 982731.
HSL color Cylindrical-coordinate representation of color #CBFE0E: hue angle of 72.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBFE0E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 14 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.00 |
| HSL | 72.75º | 0.99% | 0.53% | - |
| HSV(B) | 72.75º | 0.94% | 1% | - |
| XYZ | 60.15 | 83.61 | 13.38 | - |
| YUV | 211.39 | 16.6 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 14 | 0.20 | 0 | 0.94 | 0.00 | 72.75 | 0.99 | 0.53 |
| Hex | CB | FE | E | 14 | 0 | 5E | 0 | 49 | 63 | 35 |
| Octal | 313 | 376 | 16 | 24 | 0 | 136 | 0 | 111 | 143 | 65 |
| Binary | 11001011 | 11111110 | 1110 | 10100 | 0 | 1011110 | 0 | 1001001 | 1100011 | 110101 |
Color Harmonies of #CBFE0E
Complementary color
Monochromatic Colors of #CBFE0E
Black with #CBFE0E
Text Example
Text Example
White with #CBFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE0E; }
p { color: rgb(203,254,14); }
H1.HeaderClassName
{
color: #CBFE0E;
}
.AnyTagClassName
{
color: #CBFE0E;
}
</style>
background-color css
<style>
a { background-color: #CBFE0E; }
a { background-color: rgb(203,254,14); }
div.DivClassName
{
background-color: #CBFE0E;
}
.BgClassName
{
background-color: #CBFE0E;
}
</style>
border-color css
<style>
span { border-color: #CBFE0E; }
span { border-color: rgb(203,254,14); }
td.TdClassName
{
border-color: #CBFE0E;
}
.TagClassName
{
border-color: #CBFE0E;
}
</style>