Shades of Electric Lime #CBF602
Tints of Electric Lime #CBF602
RGB
CMYK
RGB Variations
Color information
#CBF602 (or 0xCBF602) is known color: Electric Lime. HEX triplet: CB, F6 and 02. RGB value is (203,246,2). Sum of RGB (Red+Green+Blue) = 203+246+2=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 246 (96.48% from 255 or 54.55% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF602 is #3409FD. Grayscale: #CECECE. Windows color (decimal): -3410430 or 194251. OLE color: 194251.
HSL color Cylindrical-coordinate representation of color #CBF602: hue angle of 70.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBF602 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.04 |
| HSL | 70.57º | 0.98% | 0.49% | - |
| HSV(B) | 70.57º | 0.99% | 0.96% | - |
| XYZ | 57.6 | 78.61 | 12.2 | - |
| YUV | 205.33 | 13.25 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 2 | 0.17 | 0 | 0.99 | 0.04 | 70.57 | 0.98 | 0.49 |
| Hex | CB | F6 | 2 | 11 | 0 | 63 | 4 | 47 | 62 | 31 |
| Octal | 313 | 366 | 2 | 21 | 0 | 143 | 4 | 107 | 142 | 61 |
| Binary | 11001011 | 11110110 | 10 | 10001 | 0 | 1100011 | 100 | 1000111 | 1100010 | 110001 |
Color Harmonies of #CBF602
Complementary color
Monochromatic Colors of #CBF602
Black with #CBF602
Text Example
Text Example
White with #CBF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF602; }
p { color: rgb(203,246,2); }
H1.HeaderClassName
{
color: #CBF602;
}
.AnyTagClassName
{
color: #CBF602;
}
</style>
background-color css
<style>
a { background-color: #CBF602; }
a { background-color: rgb(203,246,2); }
div.DivClassName
{
background-color: #CBF602;
}
.BgClassName
{
background-color: #CBF602;
}
</style>
border-color css
<style>
span { border-color: #CBF602; }
span { border-color: rgb(203,246,2); }
td.TdClassName
{
border-color: #CBF602;
}
.TagClassName
{
border-color: #CBF602;
}
</style>