Shades of Electric Lime #CBFF08
Tints of Electric Lime #CBFF08
RGB
CMYK
RGB Variations
Color information
#CBFF08 (or 0xCBFF08) is known color: Electric Lime. HEX triplet: CB, FF and 08. RGB value is (203,255,8). Sum of RGB (Red+Green+Blue) = 203+255+8=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF08 is #3400F7. Grayscale: #D4D4D4. Windows color (decimal): -3408120 or 589771. OLE color: 589771.
HSL color Cylindrical-coordinate representation of color #CBFF08: hue angle of 72.63º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBFF08 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 8 | - |
| CMYK | 0.20 | 0 | 0.97 | 0 |
| HSL | 72.63º | 1% | 0.52% | - |
| HSV(B) | 72.63º | 0.97% | 1% | - |
| XYZ | 60.43 | 84.23 | 13.3 | - |
| YUV | 211.29 | 13.27 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 8 | 0.20 | 0 | 0.97 | 0 | 72.63 | 1 | 0.52 |
| Hex | CB | FF | 8 | 14 | 0 | 61 | 0 | 49 | 64 | 34 |
| Octal | 313 | 377 | 10 | 24 | 0 | 141 | 0 | 111 | 144 | 64 |
| Binary | 11001011 | 11111111 | 1000 | 10100 | 0 | 1100001 | 0 | 1001001 | 1100100 | 110100 |
Color Harmonies of #CBFF08
Complementary color
Monochromatic Colors of #CBFF08
Black with #CBFF08
Text Example
Text Example
White with #CBFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF08; }
p { color: rgb(203,255,8); }
H1.HeaderClassName
{
color: #CBFF08;
}
.AnyTagClassName
{
color: #CBFF08;
}
</style>
background-color css
<style>
a { background-color: #CBFF08; }
a { background-color: rgb(203,255,8); }
div.DivClassName
{
background-color: #CBFF08;
}
.BgClassName
{
background-color: #CBFF08;
}
</style>
border-color css
<style>
span { border-color: #CBFF08; }
span { border-color: rgb(203,255,8); }
td.TdClassName
{
border-color: #CBFF08;
}
.TagClassName
{
border-color: #CBFF08;
}
</style>