Shades of Electric Lime #CBF714
Tints of Electric Lime #CBF714
RGB
CMYK
RGB Variations
Color information
#CBF714 (or 0xCBF714) is known color: Electric Lime. HEX triplet: CB, F7 and 14. RGB value is (203,247,20). Sum of RGB (Red+Green+Blue) = 203+247+20=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 247 (96.88% from 255 or 52.55% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF714 is #3408EB. Grayscale: #D0D0D0. Windows color (decimal): -3410156 or 1374155. OLE color: 1374155.
HSL color Cylindrical-coordinate representation of color #CBF714: hue angle of 71.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBF714 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 20 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.03 |
| HSL | 71.63º | 0.93% | 0.52% | - |
| HSV(B) | 71.63º | 0.92% | 0.97% | - |
| XYZ | 58.02 | 79.27 | 12.9 | - |
| YUV | 207.97 | 21.92 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 20 | 0.18 | 0 | 0.92 | 0.03 | 71.63 | 0.93 | 0.52 |
| Hex | CB | F7 | 14 | 12 | 0 | 5C | 3 | 48 | 5D | 34 |
| Octal | 313 | 367 | 24 | 22 | 0 | 134 | 3 | 110 | 135 | 64 |
| Binary | 11001011 | 11110111 | 10100 | 10010 | 0 | 1011100 | 11 | 1001000 | 1011101 | 110100 |
Color Harmonies of #CBF714
Complementary color
Monochromatic Colors of #CBF714
Black with #CBF714
Text Example
Text Example
White with #CBF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF714; }
p { color: rgb(203,247,20); }
H1.HeaderClassName
{
color: #CBF714;
}
.AnyTagClassName
{
color: #CBF714;
}
</style>
background-color css
<style>
a { background-color: #CBF714; }
a { background-color: rgb(203,247,20); }
div.DivClassName
{
background-color: #CBF714;
}
.BgClassName
{
background-color: #CBF714;
}
</style>
border-color css
<style>
span { border-color: #CBF714; }
span { border-color: rgb(203,247,20); }
td.TdClassName
{
border-color: #CBF714;
}
.TagClassName
{
border-color: #CBF714;
}
</style>