Shades of Electric Lime #CBFD00
Tints of Electric Lime #CBFD00
RGB
CMYK
RGB Variations
Color information
#CBFD00 (or 0xCBFD00) is known color: Electric Lime. HEX triplet: CB, FD and 00. RGB value is (203,253,0). Sum of RGB (Red+Green+Blue) = 203+253+0=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFD00 is #3402FF. Grayscale: #D2D2D2. Windows color (decimal): -3408640 or 64971. OLE color: 64971.
HSL color Cylindrical-coordinate representation of color #CBFD00: hue angle of 71.86º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBFD00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.01 |
| HSL | 71.86º | 1% | 0.5% | - |
| HSV(B) | 71.86º | 1% | 0.99% | - |
| XYZ | 59.75 | 82.95 | 12.86 | - |
| YUV | 209.21 | 9.94 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 0 | 0.20 | 0 | 1 | 0.01 | 71.86 | 1 | 0.5 |
| Hex | CB | FD | 0 | 14 | 0 | 64 | 1 | 48 | 64 | 32 |
| Octal | 313 | 375 | 0 | 24 | 0 | 144 | 1 | 110 | 144 | 62 |
| Binary | 11001011 | 11111101 | 0 | 10100 | 0 | 1100100 | 1 | 1001000 | 1100100 | 110010 |
Color Harmonies of #CBFD00
Complementary color
Monochromatic Colors of #CBFD00
Black with #CBFD00
Text Example
Text Example
White with #CBFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD00; }
p { color: rgb(203,253,0); }
H1.HeaderClassName
{
color: #CBFD00;
}
.AnyTagClassName
{
color: #CBFD00;
}
</style>
background-color css
<style>
a { background-color: #CBFD00; }
a { background-color: rgb(203,253,0); }
div.DivClassName
{
background-color: #CBFD00;
}
.BgClassName
{
background-color: #CBFD00;
}
</style>
border-color css
<style>
span { border-color: #CBFD00; }
span { border-color: rgb(203,253,0); }
td.TdClassName
{
border-color: #CBFD00;
}
.TagClassName
{
border-color: #CBFD00;
}
</style>