Shades of Electric Lime #CBFD05
Tints of Electric Lime #CBFD05
RGB
CMYK
RGB Variations
Color information
#CBFD05 (or 0xCBFD05) is known color: Electric Lime. HEX triplet: CB, FD and 05. RGB value is (203,253,5). Sum of RGB (Red+Green+Blue) = 203+253+5=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFD05 is #3402FA. Grayscale: #D2D2D2. Windows color (decimal): -3408635 or 392651. OLE color: 392651.
HSL color Cylindrical-coordinate representation of color #CBFD05: hue angle of 72.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBFD05 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 5 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.01 |
| HSL | 72.1º | 0.98% | 0.51% | - |
| HSV(B) | 72.1º | 0.98% | 0.99% | - |
| XYZ | 59.78 | 82.96 | 13.01 | - |
| YUV | 209.78 | 12.44 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 5 | 0.20 | 0 | 0.98 | 0.01 | 72.1 | 0.98 | 0.51 |
| Hex | CB | FD | 5 | 14 | 0 | 62 | 1 | 48 | 62 | 33 |
| Octal | 313 | 375 | 5 | 24 | 0 | 142 | 1 | 110 | 142 | 63 |
| Binary | 11001011 | 11111101 | 101 | 10100 | 0 | 1100010 | 1 | 1001000 | 1100010 | 110011 |
Color Harmonies of #CBFD05
Complementary color
Monochromatic Colors of #CBFD05
Black with #CBFD05
Text Example
Text Example
White with #CBFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD05; }
p { color: rgb(203,253,5); }
H1.HeaderClassName
{
color: #CBFD05;
}
.AnyTagClassName
{
color: #CBFD05;
}
</style>
background-color css
<style>
a { background-color: #CBFD05; }
a { background-color: rgb(203,253,5); }
div.DivClassName
{
background-color: #CBFD05;
}
.BgClassName
{
background-color: #CBFD05;
}
</style>
border-color css
<style>
span { border-color: #CBFD05; }
span { border-color: rgb(203,253,5); }
td.TdClassName
{
border-color: #CBFD05;
}
.TagClassName
{
border-color: #CBFD05;
}
</style>