Shades of Electric Lime #CBE912
Tints of Electric Lime #CBE912
RGB
CMYK
RGB Variations
Color information
#CBE912 (or 0xCBE912) is known color: Electric Lime. HEX triplet: CB, E9 and 12. RGB value is (203,233,18). Sum of RGB (Red+Green+Blue) = 203+233+18=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 233 (91.41% from 255 or 51.32% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE912 is #3416ED. Grayscale: #C8C8C8. Windows color (decimal): -3413742 or 1239499. OLE color: 1239499.
HSL color Cylindrical-coordinate representation of color #CBE912: hue angle of 68.37º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBE912 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 18 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.09 |
| HSL | 68.37º | 0.86% | 0.49% | - |
| HSV(B) | 68.37º | 0.92% | 0.91% | - |
| XYZ | 53.88 | 71.02 | 11.44 | - |
| YUV | 199.52 | 25.56 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 18 | 0.13 | 0 | 0.92 | 0.09 | 68.37 | 0.86 | 0.49 |
| Hex | CB | E9 | 12 | D | 0 | 5C | 9 | 44 | 56 | 31 |
| Octal | 313 | 351 | 22 | 15 | 0 | 134 | 11 | 104 | 126 | 61 |
| Binary | 11001011 | 11101001 | 10010 | 1101 | 0 | 1011100 | 1001 | 1000100 | 1010110 | 110001 |
Color Harmonies of #CBE912
Complementary color
Monochromatic Colors of #CBE912
Black with #CBE912
Text Example
Text Example
White with #CBE912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE912; }
p { color: rgb(203,233,18); }
H1.HeaderClassName
{
color: #CBE912;
}
.AnyTagClassName
{
color: #CBE912;
}
</style>
background-color css
<style>
a { background-color: #CBE912; }
a { background-color: rgb(203,233,18); }
div.DivClassName
{
background-color: #CBE912;
}
.BgClassName
{
background-color: #CBE912;
}
</style>
border-color css
<style>
span { border-color: #CBE912; }
span { border-color: rgb(203,233,18); }
td.TdClassName
{
border-color: #CBE912;
}
.TagClassName
{
border-color: #CBE912;
}
</style>