Shades of Electric Lime #CBE902
Tints of Electric Lime #CBE902
RGB
CMYK
RGB Variations
Color information
#CBE902 (or 0xCBE902) is known color: Electric Lime. HEX triplet: CB, E9 and 02. RGB value is (203,233,2). Sum of RGB (Red+Green+Blue) = 203+233+2=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 233 (91.41% from 255 or 53.20% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE902 is #3416FD. Grayscale: #C6C6C6. Windows color (decimal): -3413758 or 190923. OLE color: 190923.
HSL color Cylindrical-coordinate representation of color #CBE902: hue angle of 67.79º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBE902 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.09 |
| HSL | 67.79º | 0.98% | 0.46% | - |
| HSV(B) | 67.79º | 0.99% | 0.91% | - |
| XYZ | 53.78 | 70.98 | 10.92 | - |
| YUV | 197.7 | 17.56 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 2 | 0.13 | 0 | 0.99 | 0.09 | 67.79 | 0.98 | 0.46 |
| Hex | CB | E9 | 2 | D | 0 | 63 | 9 | 44 | 62 | 2E |
| Octal | 313 | 351 | 2 | 15 | 0 | 143 | 11 | 104 | 142 | 56 |
| Binary | 11001011 | 11101001 | 10 | 1101 | 0 | 1100011 | 1001 | 1000100 | 1100010 | 101110 |
Color Harmonies of #CBE902
Complementary color
Monochromatic Colors of #CBE902
Black with #CBE902
Text Example
Text Example
White with #CBE902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE902; }
p { color: rgb(203,233,2); }
H1.HeaderClassName
{
color: #CBE902;
}
.AnyTagClassName
{
color: #CBE902;
}
</style>
background-color css
<style>
a { background-color: #CBE902; }
a { background-color: rgb(203,233,2); }
div.DivClassName
{
background-color: #CBE902;
}
.BgClassName
{
background-color: #CBE902;
}
</style>
border-color css
<style>
span { border-color: #CBE902; }
span { border-color: rgb(203,233,2); }
td.TdClassName
{
border-color: #CBE902;
}
.TagClassName
{
border-color: #CBE902;
}
</style>