Shades of Electric Lime #CBFF01
Tints of Electric Lime #CBFF01
RGB
CMYK
RGB Variations
Color information
#CBFF01 (or 0xCBFF01) is known color: Electric Lime. HEX triplet: CB, FF and 01. RGB value is (203,255,1). Sum of RGB (Red+Green+Blue) = 203+255+1=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF01 is #3400FE. Grayscale: #D3D3D3. Windows color (decimal): -3408127 or 131019. OLE color: 131019.
HSL color Cylindrical-coordinate representation of color #CBFF01: hue angle of 72.28º 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 #CBFF01 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 1 | - |
| CMYK | 0.20 | 0 | 1.00 | 0 |
| HSL | 72.28º | 1% | 0.5% | - |
| HSV(B) | 72.28º | 1% | 1% | - |
| XYZ | 60.39 | 84.22 | 13.1 | - |
| YUV | 210.5 | 9.77 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 1 | 0.20 | 0 | 1.00 | 0 | 72.28 | 1 | 0.5 |
| Hex | CB | FF | 1 | 14 | 0 | 64 | 0 | 48 | 64 | 32 |
| Octal | 313 | 377 | 1 | 24 | 0 | 144 | 0 | 110 | 144 | 62 |
| Binary | 11001011 | 11111111 | 1 | 10100 | 0 | 1100100 | 0 | 1001000 | 1100100 | 110010 |
Color Harmonies of #CBFF01
Complementary color
Monochromatic Colors of #CBFF01
Black with #CBFF01
Text Example
Text Example
White with #CBFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF01; }
p { color: rgb(203,255,1); }
H1.HeaderClassName
{
color: #CBFF01;
}
.AnyTagClassName
{
color: #CBFF01;
}
</style>
background-color css
<style>
a { background-color: #CBFF01; }
a { background-color: rgb(203,255,1); }
div.DivClassName
{
background-color: #CBFF01;
}
.BgClassName
{
background-color: #CBFF01;
}
</style>
border-color css
<style>
span { border-color: #CBFF01; }
span { border-color: rgb(203,255,1); }
td.TdClassName
{
border-color: #CBFF01;
}
.TagClassName
{
border-color: #CBFF01;
}
</style>