Shades of Electric Lime #CBFE14
Tints of Electric Lime #CBFE14
RGB
CMYK
RGB Variations
Color information
#CBFE14 (or 0xCBFE14) is known color: Electric Lime. HEX triplet: CB, FE and 14. RGB value is (203,254,20). Sum of RGB (Red+Green+Blue) = 203+254+20=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE14 is #3401EB. Grayscale: #D4D4D4. Windows color (decimal): -3408364 or 1375947. OLE color: 1375947.
HSL color Cylindrical-coordinate representation of color #CBFE14: hue angle of 73.08º 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 #CBFE14 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 20 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.00 |
| HSL | 73.08º | 0.99% | 0.54% | - |
| HSV(B) | 73.08º | 0.92% | 1% | - |
| XYZ | 60.2 | 83.63 | 13.63 | - |
| YUV | 212.08 | 19.6 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 20 | 0.20 | 0 | 0.92 | 0.00 | 73.08 | 0.99 | 0.54 |
| Hex | CB | FE | 14 | 14 | 0 | 5C | 0 | 49 | 63 | 36 |
| Octal | 313 | 376 | 24 | 24 | 0 | 134 | 0 | 111 | 143 | 66 |
| Binary | 11001011 | 11111110 | 10100 | 10100 | 0 | 1011100 | 0 | 1001001 | 1100011 | 110110 |
Color Harmonies of #CBFE14
Complementary color
Monochromatic Colors of #CBFE14
Black with #CBFE14
Text Example
Text Example
White with #CBFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE14; }
p { color: rgb(203,254,20); }
H1.HeaderClassName
{
color: #CBFE14;
}
.AnyTagClassName
{
color: #CBFE14;
}
</style>
background-color css
<style>
a { background-color: #CBFE14; }
a { background-color: rgb(203,254,20); }
div.DivClassName
{
background-color: #CBFE14;
}
.BgClassName
{
background-color: #CBFE14;
}
</style>
border-color css
<style>
span { border-color: #CBFE14; }
span { border-color: rgb(203,254,20); }
td.TdClassName
{
border-color: #CBFE14;
}
.TagClassName
{
border-color: #CBFE14;
}
</style>