Shades of Electric Lime #CBFF06
Tints of Electric Lime #CBFF06
RGB
CMYK
RGB Variations
Color information
#CBFF06 (or 0xCBFF06) is known color: Electric Lime. HEX triplet: CB, FF and 06. RGB value is (203,255,6). Sum of RGB (Red+Green+Blue) = 203+255+6=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 6 (2.73% from 255 or 1.29% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF06 is #3400F9. Grayscale: #D4D4D4. Windows color (decimal): -3408122 or 458699. OLE color: 458699.
HSL color Cylindrical-coordinate representation of color #CBFF06: hue angle of 72.53º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBFF06 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 6 | - |
| CMYK | 0.20 | 0 | 0.98 | 0 |
| HSL | 72.53º | 1% | 0.51% | - |
| HSV(B) | 72.53º | 0.98% | 1% | - |
| XYZ | 60.42 | 84.23 | 13.25 | - |
| YUV | 211.07 | 12.27 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 6 | 0.20 | 0 | 0.98 | 0 | 72.53 | 1 | 0.51 |
| Hex | CB | FF | 6 | 14 | 0 | 62 | 0 | 49 | 64 | 33 |
| Octal | 313 | 377 | 6 | 24 | 0 | 142 | 0 | 111 | 144 | 63 |
| Binary | 11001011 | 11111111 | 110 | 10100 | 0 | 1100010 | 0 | 1001001 | 1100100 | 110011 |
Color Harmonies of #CBFF06
Complementary color
Monochromatic Colors of #CBFF06
Black with #CBFF06
Text Example
Text Example
White with #CBFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF06; }
p { color: rgb(203,255,6); }
H1.HeaderClassName
{
color: #CBFF06;
}
.AnyTagClassName
{
color: #CBFF06;
}
</style>
background-color css
<style>
a { background-color: #CBFF06; }
a { background-color: rgb(203,255,6); }
div.DivClassName
{
background-color: #CBFF06;
}
.BgClassName
{
background-color: #CBFF06;
}
</style>
border-color css
<style>
span { border-color: #CBFF06; }
span { border-color: rgb(203,255,6); }
td.TdClassName
{
border-color: #CBFF06;
}
.TagClassName
{
border-color: #CBFF06;
}
</style>