Shades of Electric Lime #CBFD04
Tints of Electric Lime #CBFD04
RGB
CMYK
RGB Variations
Color information
#CBFD04 (or 0xCBFD04) is known color: Electric Lime. HEX triplet: CB, FD and 04. RGB value is (203,253,4). Sum of RGB (Red+Green+Blue) = 203+253+4=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFD04 is #3402FB. Grayscale: #D2D2D2. Windows color (decimal): -3408636 or 327115. OLE color: 327115.
HSL color Cylindrical-coordinate representation of color #CBFD04: hue angle of 72.05º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBFD04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.01 |
| HSL | 72.05º | 0.98% | 0.5% | - |
| HSV(B) | 72.05º | 0.98% | 0.99% | - |
| XYZ | 59.78 | 82.96 | 12.98 | - |
| YUV | 209.66 | 11.94 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 4 | 0.20 | 0 | 0.98 | 0.01 | 72.05 | 0.98 | 0.5 |
| Hex | CB | FD | 4 | 14 | 0 | 62 | 1 | 48 | 62 | 32 |
| Octal | 313 | 375 | 4 | 24 | 0 | 142 | 1 | 110 | 142 | 62 |
| Binary | 11001011 | 11111101 | 100 | 10100 | 0 | 1100010 | 1 | 1001000 | 1100010 | 110010 |
Color Harmonies of #CBFD04
Complementary color
Monochromatic Colors of #CBFD04
Black with #CBFD04
Text Example
Text Example
White with #CBFD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD04; }
p { color: rgb(203,253,4); }
H1.HeaderClassName
{
color: #CBFD04;
}
.AnyTagClassName
{
color: #CBFD04;
}
</style>
background-color css
<style>
a { background-color: #CBFD04; }
a { background-color: rgb(203,253,4); }
div.DivClassName
{
background-color: #CBFD04;
}
.BgClassName
{
background-color: #CBFD04;
}
</style>
border-color css
<style>
span { border-color: #CBFD04; }
span { border-color: rgb(203,253,4); }
td.TdClassName
{
border-color: #CBFD04;
}
.TagClassName
{
border-color: #CBFD04;
}
</style>