Shades of Electric Lime #CBE602
Tints of Electric Lime #CBE602
RGB
CMYK
RGB Variations
Color information
#CBE602 (or 0xCBE602) is known color: Electric Lime. HEX triplet: CB, E6 and 02. RGB value is (203,230,2). Sum of RGB (Red+Green+Blue) = 203+230+2=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 230 (90.23% from 255 or 52.87% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE602 is #3419FD. Grayscale: #C4C4C4. Windows color (decimal): -3414526 or 190155. OLE color: 190155.
HSL color Cylindrical-coordinate representation of color #CBE602: hue angle of 67.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBE602 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.10 |
| HSL | 67.11º | 0.98% | 0.45% | - |
| HSV(B) | 67.11º | 0.99% | 0.9% | - |
| XYZ | 52.94 | 69.29 | 10.64 | - |
| YUV | 195.94 | 18.55 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 2 | 0.12 | 0 | 0.99 | 0.10 | 67.11 | 0.98 | 0.45 |
| Hex | CB | E6 | 2 | C | 0 | 63 | A | 43 | 62 | 2D |
| Octal | 313 | 346 | 2 | 14 | 0 | 143 | 12 | 103 | 142 | 55 |
| Binary | 11001011 | 11100110 | 10 | 1100 | 0 | 1100011 | 1010 | 1000011 | 1100010 | 101101 |
Color Harmonies of #CBE602
Complementary color
Monochromatic Colors of #CBE602
Black with #CBE602
Text Example
Text Example
White with #CBE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE602; }
p { color: rgb(203,230,2); }
H1.HeaderClassName
{
color: #CBE602;
}
.AnyTagClassName
{
color: #CBE602;
}
</style>
background-color css
<style>
a { background-color: #CBE602; }
a { background-color: rgb(203,230,2); }
div.DivClassName
{
background-color: #CBE602;
}
.BgClassName
{
background-color: #CBE602;
}
</style>
border-color css
<style>
span { border-color: #CBE602; }
span { border-color: rgb(203,230,2); }
td.TdClassName
{
border-color: #CBE602;
}
.TagClassName
{
border-color: #CBE602;
}
</style>