Shades of Electric Lime #CBFF00
Tints of Electric Lime #CBFF00
RGB
CMYK
RGB Variations
Color information
#CBFF00 (or 0xCBFF00) is known color: Electric Lime. HEX triplet: CB, FF and 00. RGB value is (203,255,0). Sum of RGB (Red+Green+Blue) = 203+255+0=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF00 is #3400FF. Grayscale: #D3D3D3. Windows color (decimal): -3408128 or 65483. OLE color: 65483.
HSL color Cylindrical-coordinate representation of color #CBFF00: hue angle of 72.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBFF00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0 |
| HSL | 72.24º | 1% | 0.5% | - |
| HSV(B) | 72.24º | 1% | 1% | - |
| XYZ | 60.39 | 84.22 | 13.07 | - |
| YUV | 210.38 | 9.27 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 0 | 0.20 | 0 | 1 | 0 | 72.24 | 1 | 0.5 |
| Hex | CB | FF | 0 | 14 | 0 | 64 | 0 | 48 | 64 | 32 |
| Octal | 313 | 377 | 0 | 24 | 0 | 144 | 0 | 110 | 144 | 62 |
| Binary | 11001011 | 11111111 | 0 | 10100 | 0 | 1100100 | 0 | 1001000 | 1100100 | 110010 |
Color Harmonies of #CBFF00
Complementary color
Monochromatic Colors of #CBFF00
Black with #CBFF00
Text Example
Text Example
White with #CBFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF00; }
p { color: rgb(203,255,0); }
H1.HeaderClassName
{
color: #CBFF00;
}
.AnyTagClassName
{
color: #CBFF00;
}
</style>
background-color css
<style>
a { background-color: #CBFF00; }
a { background-color: rgb(203,255,0); }
div.DivClassName
{
background-color: #CBFF00;
}
.BgClassName
{
background-color: #CBFF00;
}
</style>
border-color css
<style>
span { border-color: #CBFF00; }
span { border-color: rgb(203,255,0); }
td.TdClassName
{
border-color: #CBFF00;
}
.TagClassName
{
border-color: #CBFF00;
}
</style>