Shades of Electric Lime #CBF00F
Tints of Electric Lime #CBF00F
RGB
CMYK
RGB Variations
Color information
#CBF00F (or 0xCBF00F) is known color: Electric Lime. HEX triplet: CB, F0 and 0F. RGB value is (203,240,15). Sum of RGB (Red+Green+Blue) = 203+240+15=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF00F is #340FF0. Grayscale: #CCCCCC. Windows color (decimal): -3411953 or 1044683. OLE color: 1044683.
HSL color Cylindrical-coordinate representation of color #CBF00F: hue angle of 69.87º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBF00F is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 15 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.06 |
| HSL | 69.87º | 0.88% | 0.5% | - |
| HSV(B) | 69.87º | 0.94% | 0.94% | - |
| XYZ | 55.87 | 75.05 | 11.99 | - |
| YUV | 203.29 | 21.74 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 15 | 0.15 | 0 | 0.94 | 0.06 | 69.87 | 0.88 | 0.5 |
| Hex | CB | F0 | F | F | 0 | 5E | 6 | 46 | 58 | 32 |
| Octal | 313 | 360 | 17 | 17 | 0 | 136 | 6 | 106 | 130 | 62 |
| Binary | 11001011 | 11110000 | 1111 | 1111 | 0 | 1011110 | 110 | 1000110 | 1011000 | 110010 |
Color Harmonies of #CBF00F
Complementary color
Monochromatic Colors of #CBF00F
Black with #CBF00F
Text Example
Text Example
White with #CBF00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF00F; }
p { color: rgb(203,240,15); }
H1.HeaderClassName
{
color: #CBF00F;
}
.AnyTagClassName
{
color: #CBF00F;
}
</style>
background-color css
<style>
a { background-color: #CBF00F; }
a { background-color: rgb(203,240,15); }
div.DivClassName
{
background-color: #CBF00F;
}
.BgClassName
{
background-color: #CBF00F;
}
</style>
border-color css
<style>
span { border-color: #CBF00F; }
span { border-color: rgb(203,240,15); }
td.TdClassName
{
border-color: #CBF00F;
}
.TagClassName
{
border-color: #CBF00F;
}
</style>