Shades of Electric Lime #CBFE17
Tints of Electric Lime #CBFE17
RGB
CMYK
RGB Variations
Color information
#CBFE17 (or 0xCBFE17) is known color: Electric Lime. HEX triplet: CB, FE and 17. RGB value is (203,254,23). Sum of RGB (Red+Green+Blue) = 203+254+23=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 23 (9.38% from 255 or 4.79% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE17 is #3401E8. Grayscale: #D5D5D5. Windows color (decimal): -3408361 or 1572555. OLE color: 1572555.
HSL color Cylindrical-coordinate representation of color #CBFE17: hue angle of 73.25º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBFE17 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 23 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.00 |
| HSL | 73.25º | 0.99% | 0.54% | - |
| HSV(B) | 73.25º | 0.91% | 1% | - |
| XYZ | 60.23 | 83.64 | 13.78 | - |
| YUV | 212.42 | 21.1 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 23 | 0.20 | 0 | 0.91 | 0.00 | 73.25 | 0.99 | 0.54 |
| Hex | CB | FE | 17 | 14 | 0 | 5B | 0 | 49 | 63 | 36 |
| Octal | 313 | 376 | 27 | 24 | 0 | 133 | 0 | 111 | 143 | 66 |
| Binary | 11001011 | 11111110 | 10111 | 10100 | 0 | 1011011 | 0 | 1001001 | 1100011 | 110110 |
Color Harmonies of #CBFE17
Complementary color
Monochromatic Colors of #CBFE17
Black with #CBFE17
Text Example
Text Example
White with #CBFE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE17; }
p { color: rgb(203,254,23); }
H1.HeaderClassName
{
color: #CBFE17;
}
.AnyTagClassName
{
color: #CBFE17;
}
</style>
background-color css
<style>
a { background-color: #CBFE17; }
a { background-color: rgb(203,254,23); }
div.DivClassName
{
background-color: #CBFE17;
}
.BgClassName
{
background-color: #CBFE17;
}
</style>
border-color css
<style>
span { border-color: #CBFE17; }
span { border-color: rgb(203,254,23); }
td.TdClassName
{
border-color: #CBFE17;
}
.TagClassName
{
border-color: #CBFE17;
}
</style>