Shades of Electric Lime #CBF516
Tints of Electric Lime #CBF516
RGB
CMYK
RGB Variations
Color information
#CBF516 (or 0xCBF516) is known color: Electric Lime. HEX triplet: CB, F5 and 16. RGB value is (203,245,22). Sum of RGB (Red+Green+Blue) = 203+245+22=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 245 (96.09% from 255 or 52.13% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF516 is #340AE9. Grayscale: #CFCFCF. Windows color (decimal): -3410666 or 1504715. OLE color: 1504715.
HSL color Cylindrical-coordinate representation of color #CBF516: hue angle of 71.3º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBF516 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 22 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.04 |
| HSL | 71.3º | 0.92% | 0.52% | - |
| HSV(B) | 71.3º | 0.91% | 0.96% | - |
| XYZ | 57.43 | 78.06 | 12.8 | - |
| YUV | 207.02 | 23.59 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 22 | 0.17 | 0 | 0.91 | 0.04 | 71.3 | 0.92 | 0.52 |
| Hex | CB | F5 | 16 | 11 | 0 | 5B | 4 | 47 | 5C | 34 |
| Octal | 313 | 365 | 26 | 21 | 0 | 133 | 4 | 107 | 134 | 64 |
| Binary | 11001011 | 11110101 | 10110 | 10001 | 0 | 1011011 | 100 | 1000111 | 1011100 | 110100 |
Color Harmonies of #CBF516
Complementary color
Monochromatic Colors of #CBF516
Black with #CBF516
Text Example
Text Example
White with #CBF516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF516; }
p { color: rgb(203,245,22); }
H1.HeaderClassName
{
color: #CBF516;
}
.AnyTagClassName
{
color: #CBF516;
}
</style>
background-color css
<style>
a { background-color: #CBF516; }
a { background-color: rgb(203,245,22); }
div.DivClassName
{
background-color: #CBF516;
}
.BgClassName
{
background-color: #CBF516;
}
</style>
border-color css
<style>
span { border-color: #CBF516; }
span { border-color: rgb(203,245,22); }
td.TdClassName
{
border-color: #CBF516;
}
.TagClassName
{
border-color: #CBF516;
}
</style>