Shades of Electric Lime #CBFE02
Tints of Electric Lime #CBFE02
RGB
CMYK
RGB Variations
Color information
#CBFE02 (or 0xCBFE02) is known color: Electric Lime. HEX triplet: CB, FE and 02. RGB value is (203,254,2). Sum of RGB (Red+Green+Blue) = 203+254+2=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE02 is #3401FD. Grayscale: #D2D2D2. Windows color (decimal): -3408382 or 196299. OLE color: 196299.
HSL color Cylindrical-coordinate representation of color #CBFE02: hue angle of 72.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBFE02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.00 |
| HSL | 72.14º | 0.99% | 0.5% | - |
| HSV(B) | 72.14º | 0.99% | 1% | - |
| XYZ | 60.08 | 83.58 | 13.02 | - |
| YUV | 210.02 | 10.6 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 2 | 0.20 | 0 | 0.99 | 0.00 | 72.14 | 0.99 | 0.5 |
| Hex | CB | FE | 2 | 14 | 0 | 63 | 0 | 48 | 63 | 32 |
| Octal | 313 | 376 | 2 | 24 | 0 | 143 | 0 | 110 | 143 | 62 |
| Binary | 11001011 | 11111110 | 10 | 10100 | 0 | 1100011 | 0 | 1001000 | 1100011 | 110010 |
Color Harmonies of #CBFE02
Complementary color
Monochromatic Colors of #CBFE02
Black with #CBFE02
Text Example
Text Example
White with #CBFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE02; }
p { color: rgb(203,254,2); }
H1.HeaderClassName
{
color: #CBFE02;
}
.AnyTagClassName
{
color: #CBFE02;
}
</style>
background-color css
<style>
a { background-color: #CBFE02; }
a { background-color: rgb(203,254,2); }
div.DivClassName
{
background-color: #CBFE02;
}
.BgClassName
{
background-color: #CBFE02;
}
</style>
border-color css
<style>
span { border-color: #CBFE02; }
span { border-color: rgb(203,254,2); }
td.TdClassName
{
border-color: #CBFE02;
}
.TagClassName
{
border-color: #CBFE02;
}
</style>