Shades of Electric Lime #CBFC02
Tints of Electric Lime #CBFC02
RGB
CMYK
RGB Variations
Color information
#CBFC02 (or 0xCBFC02) is known color: Electric Lime. HEX triplet: CB, FC and 02. RGB value is (203,252,2). Sum of RGB (Red+Green+Blue) = 203+252+2=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFC02 is #3403FD. Grayscale: #D1D1D1. Windows color (decimal): -3408894 or 195787. OLE color: 195787.
HSL color Cylindrical-coordinate representation of color #CBFC02: hue angle of 71.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBFC02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.01 |
| HSL | 71.76º | 0.98% | 0.5% | - |
| HSV(B) | 71.76º | 0.99% | 0.99% | - |
| XYZ | 59.45 | 82.32 | 12.81 | - |
| YUV | 208.85 | 11.27 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 2 | 0.19 | 0 | 0.99 | 0.01 | 71.76 | 0.98 | 0.5 |
| Hex | CB | FC | 2 | 13 | 0 | 63 | 1 | 48 | 62 | 32 |
| Octal | 313 | 374 | 2 | 23 | 0 | 143 | 1 | 110 | 142 | 62 |
| Binary | 11001011 | 11111100 | 10 | 10011 | 0 | 1100011 | 1 | 1001000 | 1100010 | 110010 |
Color Harmonies of #CBFC02
Complementary color
Monochromatic Colors of #CBFC02
Black with #CBFC02
Text Example
Text Example
White with #CBFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC02; }
p { color: rgb(203,252,2); }
H1.HeaderClassName
{
color: #CBFC02;
}
.AnyTagClassName
{
color: #CBFC02;
}
</style>
background-color css
<style>
a { background-color: #CBFC02; }
a { background-color: rgb(203,252,2); }
div.DivClassName
{
background-color: #CBFC02;
}
.BgClassName
{
background-color: #CBFC02;
}
</style>
border-color css
<style>
span { border-color: #CBFC02; }
span { border-color: rgb(203,252,2); }
td.TdClassName
{
border-color: #CBFC02;
}
.TagClassName
{
border-color: #CBFC02;
}
</style>