Shades of Electric Lime #CBFE15
Tints of Electric Lime #CBFE15
RGB
CMYK
RGB Variations
Color information
#CBFE15 (or 0xCBFE15) is known color: Electric Lime. HEX triplet: CB, FE and 15. RGB value is (203,254,21). Sum of RGB (Red+Green+Blue) = 203+254+21=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 21 (8.59% from 255 or 4.39% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE15 is #3401EA. Grayscale: #D5D5D5. Windows color (decimal): -3408363 or 1441483. OLE color: 1441483.
HSL color Cylindrical-coordinate representation of color #CBFE15: hue angle of 73.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBFE15 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 21 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.00 |
| HSL | 73.13º | 0.99% | 0.54% | - |
| HSV(B) | 73.13º | 0.92% | 1% | - |
| XYZ | 60.21 | 83.63 | 13.68 | - |
| YUV | 212.19 | 20.1 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 21 | 0.20 | 0 | 0.92 | 0.00 | 73.13 | 0.99 | 0.54 |
| Hex | CB | FE | 15 | 14 | 0 | 5C | 0 | 49 | 63 | 36 |
| Octal | 313 | 376 | 25 | 24 | 0 | 134 | 0 | 111 | 143 | 66 |
| Binary | 11001011 | 11111110 | 10101 | 10100 | 0 | 1011100 | 0 | 1001001 | 1100011 | 110110 |
Color Harmonies of #CBFE15
Complementary color
Monochromatic Colors of #CBFE15
Black with #CBFE15
Text Example
Text Example
White with #CBFE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE15; }
p { color: rgb(203,254,21); }
H1.HeaderClassName
{
color: #CBFE15;
}
.AnyTagClassName
{
color: #CBFE15;
}
</style>
background-color css
<style>
a { background-color: #CBFE15; }
a { background-color: rgb(203,254,21); }
div.DivClassName
{
background-color: #CBFE15;
}
.BgClassName
{
background-color: #CBFE15;
}
</style>
border-color css
<style>
span { border-color: #CBFE15; }
span { border-color: rgb(203,254,21); }
td.TdClassName
{
border-color: #CBFE15;
}
.TagClassName
{
border-color: #CBFE15;
}
</style>