Shades of Electric Lime #CBFE10
Tints of Electric Lime #CBFE10
RGB
CMYK
RGB Variations
Color information
#CBFE10 (or 0xCBFE10) is known color: Electric Lime. HEX triplet: CB, FE and 10. RGB value is (203,254,16). Sum of RGB (Red+Green+Blue) = 203+254+16=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE10 is #3401EF. Grayscale: #D4D4D4. Windows color (decimal): -3408368 or 1113803. OLE color: 1113803.
HSL color Cylindrical-coordinate representation of color #CBFE10: hue angle of 72.86º 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 #CBFE10 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 16 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.00 |
| HSL | 72.86º | 0.99% | 0.53% | - |
| HSV(B) | 72.86º | 0.94% | 1% | - |
| XYZ | 60.16 | 83.62 | 13.46 | - |
| YUV | 211.62 | 17.6 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 16 | 0.20 | 0 | 0.94 | 0.00 | 72.86 | 0.99 | 0.53 |
| Hex | CB | FE | 10 | 14 | 0 | 5E | 0 | 49 | 63 | 35 |
| Octal | 313 | 376 | 20 | 24 | 0 | 136 | 0 | 111 | 143 | 65 |
| Binary | 11001011 | 11111110 | 10000 | 10100 | 0 | 1011110 | 0 | 1001001 | 1100011 | 110101 |
Color Harmonies of #CBFE10
Complementary color
Monochromatic Colors of #CBFE10
Black with #CBFE10
Text Example
Text Example
White with #CBFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE10; }
p { color: rgb(203,254,16); }
H1.HeaderClassName
{
color: #CBFE10;
}
.AnyTagClassName
{
color: #CBFE10;
}
</style>
background-color css
<style>
a { background-color: #CBFE10; }
a { background-color: rgb(203,254,16); }
div.DivClassName
{
background-color: #CBFE10;
}
.BgClassName
{
background-color: #CBFE10;
}
</style>
border-color css
<style>
span { border-color: #CBFE10; }
span { border-color: rgb(203,254,16); }
td.TdClassName
{
border-color: #CBFE10;
}
.TagClassName
{
border-color: #CBFE10;
}
</style>