Shades of Electric Lime #CBFF05
Tints of Electric Lime #CBFF05
RGB
CMYK
RGB Variations
Color information
#CBFF05 (or 0xCBFF05) is known color: Electric Lime. HEX triplet: CB, FF and 05. RGB value is (203,255,5). Sum of RGB (Red+Green+Blue) = 203+255+5=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 5 (2.34% from 255 or 1.08% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF05 is #3400FA. Grayscale: #D3D3D3. Windows color (decimal): -3408123 or 393163. OLE color: 393163.
HSL color Cylindrical-coordinate representation of color #CBFF05: hue angle of 72.48º 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 #CBFF05 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 5 | - |
| CMYK | 0.20 | 0 | 0.98 | 0 |
| HSL | 72.48º | 1% | 0.51% | - |
| HSV(B) | 72.48º | 0.98% | 1% | - |
| XYZ | 60.42 | 84.23 | 13.22 | - |
| YUV | 210.95 | 11.77 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 5 | 0.20 | 0 | 0.98 | 0 | 72.48 | 1 | 0.51 |
| Hex | CB | FF | 5 | 14 | 0 | 62 | 0 | 48 | 64 | 33 |
| Octal | 313 | 377 | 5 | 24 | 0 | 142 | 0 | 110 | 144 | 63 |
| Binary | 11001011 | 11111111 | 101 | 10100 | 0 | 1100010 | 0 | 1001000 | 1100100 | 110011 |
Color Harmonies of #CBFF05
Complementary color
Monochromatic Colors of #CBFF05
Black with #CBFF05
Text Example
Text Example
White with #CBFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF05; }
p { color: rgb(203,255,5); }
H1.HeaderClassName
{
color: #CBFF05;
}
.AnyTagClassName
{
color: #CBFF05;
}
</style>
background-color css
<style>
a { background-color: #CBFF05; }
a { background-color: rgb(203,255,5); }
div.DivClassName
{
background-color: #CBFF05;
}
.BgClassName
{
background-color: #CBFF05;
}
</style>
border-color css
<style>
span { border-color: #CBFF05; }
span { border-color: rgb(203,255,5); }
td.TdClassName
{
border-color: #CBFF05;
}
.TagClassName
{
border-color: #CBFF05;
}
</style>