Shades of Electric Lime #CBF608
Tints of Electric Lime #CBF608
RGB
CMYK
RGB Variations
Color information
#CBF608 (or 0xCBF608) is known color: Electric Lime. HEX triplet: CB, F6 and 08. RGB value is (203,246,8). Sum of RGB (Red+Green+Blue) = 203+246+8=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 246 (96.48% from 255 or 53.83% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF608 is #3409F7. Grayscale: #CECECE. Windows color (decimal): -3410424 or 587467. OLE color: 587467.
HSL color Cylindrical-coordinate representation of color #CBF608: hue angle of 70.84º 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 #CBF608 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 8 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.04 |
| HSL | 70.84º | 0.94% | 0.5% | - |
| HSV(B) | 70.84º | 0.97% | 0.96% | - |
| XYZ | 57.63 | 78.63 | 12.37 | - |
| YUV | 206.01 | 16.25 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 8 | 0.17 | 0 | 0.97 | 0.04 | 70.84 | 0.94 | 0.5 |
| Hex | CB | F6 | 8 | 11 | 0 | 61 | 4 | 47 | 5E | 32 |
| Octal | 313 | 366 | 10 | 21 | 0 | 141 | 4 | 107 | 136 | 62 |
| Binary | 11001011 | 11110110 | 1000 | 10001 | 0 | 1100001 | 100 | 1000111 | 1011110 | 110010 |
Color Harmonies of #CBF608
Complementary color
Monochromatic Colors of #CBF608
Black with #CBF608
Text Example
Text Example
White with #CBF608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF608; }
p { color: rgb(203,246,8); }
H1.HeaderClassName
{
color: #CBF608;
}
.AnyTagClassName
{
color: #CBF608;
}
</style>
background-color css
<style>
a { background-color: #CBF608; }
a { background-color: rgb(203,246,8); }
div.DivClassName
{
background-color: #CBF608;
}
.BgClassName
{
background-color: #CBF608;
}
</style>
border-color css
<style>
span { border-color: #CBF608; }
span { border-color: rgb(203,246,8); }
td.TdClassName
{
border-color: #CBF608;
}
.TagClassName
{
border-color: #CBF608;
}
</style>