Shades of Electric Lime #CBFC0B
Tints of Electric Lime #CBFC0B
RGB
CMYK
RGB Variations
Color information
#CBFC0B (or 0xCBFC0B) is known color: Electric Lime. HEX triplet: CB, FC and 0B. RGB value is (203,252,11). Sum of RGB (Red+Green+Blue) = 203+252+11=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFC0B is #3403F4. Grayscale: #D2D2D2. Windows color (decimal): -3408885 or 785611. OLE color: 785611.
HSL color Cylindrical-coordinate representation of color #CBFC0B: hue angle of 72.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBFC0B is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 11 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.01 |
| HSL | 72.2º | 0.98% | 0.52% | - |
| HSV(B) | 72.2º | 0.96% | 0.99% | - |
| XYZ | 59.5 | 82.34 | 13.07 | - |
| YUV | 209.88 | 15.77 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 11 | 0.19 | 0 | 0.96 | 0.01 | 72.2 | 0.98 | 0.52 |
| Hex | CB | FC | B | 13 | 0 | 60 | 1 | 48 | 62 | 34 |
| Octal | 313 | 374 | 13 | 23 | 0 | 140 | 1 | 110 | 142 | 64 |
| Binary | 11001011 | 11111100 | 1011 | 10011 | 0 | 1100000 | 1 | 1001000 | 1100010 | 110100 |
Color Harmonies of #CBFC0B
Complementary color
Monochromatic Colors of #CBFC0B
Black with #CBFC0B
Text Example
Text Example
White with #CBFC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC0B; }
p { color: rgb(203,252,11); }
H1.HeaderClassName
{
color: #CBFC0B;
}
.AnyTagClassName
{
color: #CBFC0B;
}
</style>
background-color css
<style>
a { background-color: #CBFC0B; }
a { background-color: rgb(203,252,11); }
div.DivClassName
{
background-color: #CBFC0B;
}
.BgClassName
{
background-color: #CBFC0B;
}
</style>
border-color css
<style>
span { border-color: #CBFC0B; }
span { border-color: rgb(203,252,11); }
td.TdClassName
{
border-color: #CBFC0B;
}
.TagClassName
{
border-color: #CBFC0B;
}
</style>