Shades of Electric Lime #CBFF10
Tints of Electric Lime #CBFF10
RGB
CMYK
RGB Variations
Color information
#CBFF10 (or 0xCBFF10) is known color: Electric Lime. HEX triplet: CB, FF and 10. RGB value is (203,255,16). Sum of RGB (Red+Green+Blue) = 203+255+16=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF10 is #3400EF. Grayscale: #D5D5D5. Windows color (decimal): -3408112 or 1114059. OLE color: 1114059.
HSL color Cylindrical-coordinate representation of color #CBFF10: hue angle of 73.05º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBFF10 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 16 | - |
| CMYK | 0.20 | 0 | 0.94 | 0 |
| HSL | 73.05º | 1% | 0.53% | - |
| HSV(B) | 73.05º | 0.94% | 1% | - |
| XYZ | 60.48 | 84.25 | 13.57 | - |
| YUV | 212.21 | 17.27 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 16 | 0.20 | 0 | 0.94 | 0 | 73.05 | 1 | 0.53 |
| Hex | CB | FF | 10 | 14 | 0 | 5E | 0 | 49 | 64 | 35 |
| Octal | 313 | 377 | 20 | 24 | 0 | 136 | 0 | 111 | 144 | 65 |
| Binary | 11001011 | 11111111 | 10000 | 10100 | 0 | 1011110 | 0 | 1001001 | 1100100 | 110101 |
Color Harmonies of #CBFF10
Complementary color
Monochromatic Colors of #CBFF10
Black with #CBFF10
Text Example
Text Example
White with #CBFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF10; }
p { color: rgb(203,255,16); }
H1.HeaderClassName
{
color: #CBFF10;
}
.AnyTagClassName
{
color: #CBFF10;
}
</style>
background-color css
<style>
a { background-color: #CBFF10; }
a { background-color: rgb(203,255,16); }
div.DivClassName
{
background-color: #CBFF10;
}
.BgClassName
{
background-color: #CBFF10;
}
</style>
border-color css
<style>
span { border-color: #CBFF10; }
span { border-color: rgb(203,255,16); }
td.TdClassName
{
border-color: #CBFF10;
}
.TagClassName
{
border-color: #CBFF10;
}
</style>