Shades of Electric Lime #CBFF13
Tints of Electric Lime #CBFF13
RGB
CMYK
RGB Variations
Color information
#CBFF13 (or 0xCBFF13) is known color: Electric Lime. HEX triplet: CB, FF and 13. RGB value is (203,255,19). Sum of RGB (Red+Green+Blue) = 203+255+19=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 19 (7.81% from 255 or 3.98% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF13 is #3400EC. Grayscale: #D5D5D5. Windows color (decimal): -3408109 or 1310667. OLE color: 1310667.
HSL color Cylindrical-coordinate representation of color #CBFF13: hue angle of 73.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBFF13 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 19 | - |
| CMYK | 0.20 | 0 | 0.93 | 0 |
| HSL | 73.22º | 1% | 0.54% | - |
| HSV(B) | 73.22º | 0.93% | 1% | - |
| XYZ | 60.51 | 84.26 | 13.69 | - |
| YUV | 212.55 | 18.77 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 19 | 0.20 | 0 | 0.93 | 0 | 73.22 | 1 | 0.54 |
| Hex | CB | FF | 13 | 14 | 0 | 5D | 0 | 49 | 64 | 36 |
| Octal | 313 | 377 | 23 | 24 | 0 | 135 | 0 | 111 | 144 | 66 |
| Binary | 11001011 | 11111111 | 10011 | 10100 | 0 | 1011101 | 0 | 1001001 | 1100100 | 110110 |
Color Harmonies of #CBFF13
Complementary color
Monochromatic Colors of #CBFF13
Black with #CBFF13
Text Example
Text Example
White with #CBFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF13; }
p { color: rgb(203,255,19); }
H1.HeaderClassName
{
color: #CBFF13;
}
.AnyTagClassName
{
color: #CBFF13;
}
</style>
background-color css
<style>
a { background-color: #CBFF13; }
a { background-color: rgb(203,255,19); }
div.DivClassName
{
background-color: #CBFF13;
}
.BgClassName
{
background-color: #CBFF13;
}
</style>
border-color css
<style>
span { border-color: #CBFF13; }
span { border-color: rgb(203,255,19); }
td.TdClassName
{
border-color: #CBFF13;
}
.TagClassName
{
border-color: #CBFF13;
}
</style>