Shades of Electric Lime #CBF50F
Tints of Electric Lime #CBF50F
RGB
CMYK
RGB Variations
Color information
#CBF50F (or 0xCBF50F) is known color: Electric Lime. HEX triplet: CB, F5 and 0F. RGB value is (203,245,15). Sum of RGB (Red+Green+Blue) = 203+245+15=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF50F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF50F is #340AF0. Grayscale: #CFCFCF. Windows color (decimal): -3410673 or 1045963. OLE color: 1045963.
HSL color Cylindrical-coordinate representation of color #CBF50F: hue angle of 70.96º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBF50F is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 15 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.04 |
| HSL | 70.96º | 0.92% | 0.51% | - |
| HSV(B) | 70.96º | 0.94% | 0.96% | - |
| XYZ | 57.37 | 78.04 | 12.49 | - |
| YUV | 206.22 | 20.09 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 15 | 0.17 | 0 | 0.94 | 0.04 | 70.96 | 0.92 | 0.51 |
| Hex | CB | F5 | F | 11 | 0 | 5E | 4 | 47 | 5C | 33 |
| Octal | 313 | 365 | 17 | 21 | 0 | 136 | 4 | 107 | 134 | 63 |
| Binary | 11001011 | 11110101 | 1111 | 10001 | 0 | 1011110 | 100 | 1000111 | 1011100 | 110011 |
Color Harmonies of #CBF50F
Complementary color
Monochromatic Colors of #CBF50F
Black with #CBF50F
Text Example
Text Example
White with #CBF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF50F; }
p { color: rgb(203,245,15); }
H1.HeaderClassName
{
color: #CBF50F;
}
.AnyTagClassName
{
color: #CBF50F;
}
</style>
background-color css
<style>
a { background-color: #CBF50F; }
a { background-color: rgb(203,245,15); }
div.DivClassName
{
background-color: #CBF50F;
}
.BgClassName
{
background-color: #CBF50F;
}
</style>
border-color css
<style>
span { border-color: #CBF50F; }
span { border-color: rgb(203,245,15); }
td.TdClassName
{
border-color: #CBF50F;
}
.TagClassName
{
border-color: #CBF50F;
}
</style>