Shades of Electric Lime #CBFC11
Tints of Electric Lime #CBFC11
RGB
CMYK
RGB Variations
Color information
#CBFC11 (or 0xCBFC11) is known color: Electric Lime. HEX triplet: CB, FC and 11. RGB value is (203,252,17). Sum of RGB (Red+Green+Blue) = 203+252+17=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 17 (7.03% from 255 or 3.60% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFC11 is #3403EE. Grayscale: #D3D3D3. Windows color (decimal): -3408879 or 1178827. OLE color: 1178827.
HSL color Cylindrical-coordinate representation of color #CBFC11: hue angle of 72.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBFC11 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.01 |
| HSL | 72.51º | 0.98% | 0.53% | - |
| HSV(B) | 72.51º | 0.93% | 0.99% | - |
| XYZ | 59.54 | 82.36 | 13.29 | - |
| YUV | 210.56 | 18.77 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 17 | 0.19 | 0 | 0.93 | 0.01 | 72.51 | 0.98 | 0.53 |
| Hex | CB | FC | 11 | 13 | 0 | 5D | 1 | 49 | 62 | 35 |
| Octal | 313 | 374 | 21 | 23 | 0 | 135 | 1 | 111 | 142 | 65 |
| Binary | 11001011 | 11111100 | 10001 | 10011 | 0 | 1011101 | 1 | 1001001 | 1100010 | 110101 |
Color Harmonies of #CBFC11
Complementary color
Monochromatic Colors of #CBFC11
Black with #CBFC11
Text Example
Text Example
White with #CBFC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC11; }
p { color: rgb(203,252,17); }
H1.HeaderClassName
{
color: #CBFC11;
}
.AnyTagClassName
{
color: #CBFC11;
}
</style>
background-color css
<style>
a { background-color: #CBFC11; }
a { background-color: rgb(203,252,17); }
div.DivClassName
{
background-color: #CBFC11;
}
.BgClassName
{
background-color: #CBFC11;
}
</style>
border-color css
<style>
span { border-color: #CBFC11; }
span { border-color: rgb(203,252,17); }
td.TdClassName
{
border-color: #CBFC11;
}
.TagClassName
{
border-color: #CBFC11;
}
</style>