Shades of Electric Lime #CBF607
Tints of Electric Lime #CBF607
RGB
CMYK
RGB Variations
Color information
#CBF607 (or 0xCBF607) is known color: Electric Lime. HEX triplet: CB, F6 and 07. RGB value is (203,246,7). Sum of RGB (Red+Green+Blue) = 203+246+7=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 7 (3.12% from 255 or 1.54% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF607 is #3409F8. Grayscale: #CECECE. Windows color (decimal): -3410425 or 521931. OLE color: 521931.
HSL color Cylindrical-coordinate representation of color #CBF607: hue angle of 70.79º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBF607 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.04 |
| HSL | 70.79º | 0.94% | 0.5% | - |
| HSV(B) | 70.79º | 0.97% | 0.96% | - |
| XYZ | 57.62 | 78.62 | 12.34 | - |
| YUV | 205.9 | 15.75 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 7 | 0.17 | 0 | 0.97 | 0.04 | 70.79 | 0.94 | 0.5 |
| Hex | CB | F6 | 7 | 11 | 0 | 61 | 4 | 47 | 5E | 32 |
| Octal | 313 | 366 | 7 | 21 | 0 | 141 | 4 | 107 | 136 | 62 |
| Binary | 11001011 | 11110110 | 111 | 10001 | 0 | 1100001 | 100 | 1000111 | 1011110 | 110010 |
Color Harmonies of #CBF607
Complementary color
Monochromatic Colors of #CBF607
Black with #CBF607
Text Example
Text Example
White with #CBF607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF607; }
p { color: rgb(203,246,7); }
H1.HeaderClassName
{
color: #CBF607;
}
.AnyTagClassName
{
color: #CBF607;
}
</style>
background-color css
<style>
a { background-color: #CBF607; }
a { background-color: rgb(203,246,7); }
div.DivClassName
{
background-color: #CBF607;
}
.BgClassName
{
background-color: #CBF607;
}
</style>
border-color css
<style>
span { border-color: #CBF607; }
span { border-color: rgb(203,246,7); }
td.TdClassName
{
border-color: #CBF607;
}
.TagClassName
{
border-color: #CBF607;
}
</style>