Shades of Electric Lime #CBFF12
Tints of Electric Lime #CBFF12
RGB
CMYK
RGB Variations
Color information
#CBFF12 (or 0xCBFF12) is known color: Electric Lime. HEX triplet: CB, FF and 12. RGB value is (203,255,18). Sum of RGB (Red+Green+Blue) = 203+255+18=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF12 is #3400ED. Grayscale: #D5D5D5. Windows color (decimal): -3408110 or 1245131. OLE color: 1245131.
HSL color Cylindrical-coordinate representation of color #CBFF12: hue angle of 73.16º 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 #CBFF12 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 18 | - |
| CMYK | 0.20 | 0 | 0.93 | 0 |
| HSL | 73.16º | 1% | 0.54% | - |
| HSV(B) | 73.16º | 0.93% | 1% | - |
| XYZ | 60.5 | 84.26 | 13.65 | - |
| YUV | 212.43 | 18.27 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 18 | 0.20 | 0 | 0.93 | 0 | 73.16 | 1 | 0.54 |
| Hex | CB | FF | 12 | 14 | 0 | 5D | 0 | 49 | 64 | 36 |
| Octal | 313 | 377 | 22 | 24 | 0 | 135 | 0 | 111 | 144 | 66 |
| Binary | 11001011 | 11111111 | 10010 | 10100 | 0 | 1011101 | 0 | 1001001 | 1100100 | 110110 |
Color Harmonies of #CBFF12
Complementary color
Monochromatic Colors of #CBFF12
Black with #CBFF12
Text Example
Text Example
White with #CBFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF12; }
p { color: rgb(203,255,18); }
H1.HeaderClassName
{
color: #CBFF12;
}
.AnyTagClassName
{
color: #CBFF12;
}
</style>
background-color css
<style>
a { background-color: #CBFF12; }
a { background-color: rgb(203,255,18); }
div.DivClassName
{
background-color: #CBFF12;
}
.BgClassName
{
background-color: #CBFF12;
}
</style>
border-color css
<style>
span { border-color: #CBFF12; }
span { border-color: rgb(203,255,18); }
td.TdClassName
{
border-color: #CBFF12;
}
.TagClassName
{
border-color: #CBFF12;
}
</style>