Shades of Electric Lime #CBFE13
Tints of Electric Lime #CBFE13
RGB
CMYK
RGB Variations
Color information
#CBFE13 (or 0xCBFE13) is known color: Electric Lime. HEX triplet: CB, FE and 13. RGB value is (203,254,19). Sum of RGB (Red+Green+Blue) = 203+254+19=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE13 is #3401EC. Grayscale: #D4D4D4. Windows color (decimal): -3408365 or 1310411. OLE color: 1310411.
HSL color Cylindrical-coordinate representation of color #CBFE13: hue angle of 73.02º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBFE13 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 19 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.00 |
| HSL | 73.02º | 0.99% | 0.54% | - |
| HSV(B) | 73.02º | 0.93% | 1% | - |
| XYZ | 60.19 | 83.63 | 13.59 | - |
| YUV | 211.96 | 19.1 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 19 | 0.20 | 0 | 0.93 | 0.00 | 73.02 | 0.99 | 0.54 |
| Hex | CB | FE | 13 | 14 | 0 | 5D | 0 | 49 | 63 | 36 |
| Octal | 313 | 376 | 23 | 24 | 0 | 135 | 0 | 111 | 143 | 66 |
| Binary | 11001011 | 11111110 | 10011 | 10100 | 0 | 1011101 | 0 | 1001001 | 1100011 | 110110 |
Color Harmonies of #CBFE13
Complementary color
Monochromatic Colors of #CBFE13
Black with #CBFE13
Text Example
Text Example
White with #CBFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE13; }
p { color: rgb(203,254,19); }
H1.HeaderClassName
{
color: #CBFE13;
}
.AnyTagClassName
{
color: #CBFE13;
}
</style>
background-color css
<style>
a { background-color: #CBFE13; }
a { background-color: rgb(203,254,19); }
div.DivClassName
{
background-color: #CBFE13;
}
.BgClassName
{
background-color: #CBFE13;
}
</style>
border-color css
<style>
span { border-color: #CBFE13; }
span { border-color: rgb(203,254,19); }
td.TdClassName
{
border-color: #CBFE13;
}
.TagClassName
{
border-color: #CBFE13;
}
</style>