Shades of Electric Lime #CBFF0B
Tints of Electric Lime #CBFF0B
RGB
CMYK
RGB Variations
Color information
#CBFF0B (or 0xCBFF0B) is known color: Electric Lime. HEX triplet: CB, FF and 0B. RGB value is (203,255,11). Sum of RGB (Red+Green+Blue) = 203+255+11=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 11 (4.69% from 255 or 2.35% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF0B is #3400F4. Grayscale: #D4D4D4. Windows color (decimal): -3408117 or 786379. OLE color: 786379.
HSL color Cylindrical-coordinate representation of color #CBFF0B: hue angle of 72.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBFF0B is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 11 | - |
| CMYK | 0.20 | 0 | 0.96 | 0 |
| HSL | 72.79º | 1% | 0.52% | - |
| HSV(B) | 72.79º | 0.96% | 1% | - |
| XYZ | 60.45 | 84.24 | 13.39 | - |
| YUV | 211.64 | 14.77 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 11 | 0.20 | 0 | 0.96 | 0 | 72.79 | 1 | 0.52 |
| Hex | CB | FF | B | 14 | 0 | 60 | 0 | 49 | 64 | 34 |
| Octal | 313 | 377 | 13 | 24 | 0 | 140 | 0 | 111 | 144 | 64 |
| Binary | 11001011 | 11111111 | 1011 | 10100 | 0 | 1100000 | 0 | 1001001 | 1100100 | 110100 |
Color Harmonies of #CBFF0B
Complementary color
Monochromatic Colors of #CBFF0B
Black with #CBFF0B
Text Example
Text Example
White with #CBFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF0B; }
p { color: rgb(203,255,11); }
H1.HeaderClassName
{
color: #CBFF0B;
}
.AnyTagClassName
{
color: #CBFF0B;
}
</style>
background-color css
<style>
a { background-color: #CBFF0B; }
a { background-color: rgb(203,255,11); }
div.DivClassName
{
background-color: #CBFF0B;
}
.BgClassName
{
background-color: #CBFF0B;
}
</style>
border-color css
<style>
span { border-color: #CBFF0B; }
span { border-color: rgb(203,255,11); }
td.TdClassName
{
border-color: #CBFF0B;
}
.TagClassName
{
border-color: #CBFF0B;
}
</style>