Shades of Electric Lime #CBFF17
Tints of Electric Lime #CBFF17
RGB
CMYK
RGB Variations
Color information
#CBFF17 (or 0xCBFF17) is known color: Electric Lime. HEX triplet: CB, FF and 17. RGB value is (203,255,23). Sum of RGB (Red+Green+Blue) = 203+255+23=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 23 (9.38% from 255 or 4.78% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF17 is #3400E8. Grayscale: #D5D5D5. Windows color (decimal): -3408105 or 1572811. OLE color: 1572811.
HSL color Cylindrical-coordinate representation of color #CBFF17: hue angle of 73.45º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBFF17 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 23 | - |
| CMYK | 0.20 | 0 | 0.91 | 0 |
| HSL | 73.45º | 1% | 0.55% | - |
| HSV(B) | 73.45º | 0.91% | 1% | - |
| XYZ | 60.54 | 84.28 | 13.89 | - |
| YUV | 213 | 20.77 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 23 | 0.20 | 0 | 0.91 | 0 | 73.45 | 1 | 0.55 |
| Hex | CB | FF | 17 | 14 | 0 | 5B | 0 | 49 | 64 | 37 |
| Octal | 313 | 377 | 27 | 24 | 0 | 133 | 0 | 111 | 144 | 67 |
| Binary | 11001011 | 11111111 | 10111 | 10100 | 0 | 1011011 | 0 | 1001001 | 1100100 | 110111 |
Color Harmonies of #CBFF17
Complementary color
Monochromatic Colors of #CBFF17
Black with #CBFF17
Text Example
Text Example
White with #CBFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF17; }
p { color: rgb(203,255,23); }
H1.HeaderClassName
{
color: #CBFF17;
}
.AnyTagClassName
{
color: #CBFF17;
}
</style>
background-color css
<style>
a { background-color: #CBFF17; }
a { background-color: rgb(203,255,23); }
div.DivClassName
{
background-color: #CBFF17;
}
.BgClassName
{
background-color: #CBFF17;
}
</style>
border-color css
<style>
span { border-color: #CBFF17; }
span { border-color: rgb(203,255,23); }
td.TdClassName
{
border-color: #CBFF17;
}
.TagClassName
{
border-color: #CBFF17;
}
</style>