Shades of Electric Lime #CBF00B
Tints of Electric Lime #CBF00B
RGB
CMYK
RGB Variations
Color information
#CBF00B (or 0xCBF00B) is known color: Electric Lime. HEX triplet: CB, F0 and 0B. RGB value is (203,240,11). Sum of RGB (Red+Green+Blue) = 203+240+11=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF00B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF00B is #340FF4. Grayscale: #CBCBCB. Windows color (decimal): -3411957 or 782539. OLE color: 782539.
HSL color Cylindrical-coordinate representation of color #CBF00B: hue angle of 69.69º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBF00B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.06 |
| HSL | 69.69º | 0.91% | 0.49% | - |
| HSV(B) | 69.69º | 0.95% | 0.94% | - |
| XYZ | 55.85 | 75.04 | 11.86 | - |
| YUV | 202.83 | 19.74 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 11 | 0.15 | 0 | 0.95 | 0.06 | 69.69 | 0.91 | 0.49 |
| Hex | CB | F0 | B | F | 0 | 5F | 6 | 46 | 5B | 31 |
| Octal | 313 | 360 | 13 | 17 | 0 | 137 | 6 | 106 | 133 | 61 |
| Binary | 11001011 | 11110000 | 1011 | 1111 | 0 | 1011111 | 110 | 1000110 | 1011011 | 110001 |
Color Harmonies of #CBF00B
Complementary color
Monochromatic Colors of #CBF00B
Black with #CBF00B
Text Example
Text Example
White with #CBF00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF00B; }
p { color: rgb(203,240,11); }
H1.HeaderClassName
{
color: #CBF00B;
}
.AnyTagClassName
{
color: #CBF00B;
}
</style>
background-color css
<style>
a { background-color: #CBF00B; }
a { background-color: rgb(203,240,11); }
div.DivClassName
{
background-color: #CBF00B;
}
.BgClassName
{
background-color: #CBF00B;
}
</style>
border-color css
<style>
span { border-color: #CBF00B; }
span { border-color: rgb(203,240,11); }
td.TdClassName
{
border-color: #CBF00B;
}
.TagClassName
{
border-color: #CBF00B;
}
</style>