Shades of Electric Lime #CBF609
Tints of Electric Lime #CBF609
RGB
CMYK
RGB Variations
Color information
#CBF609 (or 0xCBF609) is known color: Electric Lime. HEX triplet: CB, F6 and 09. RGB value is (203,246,9). Sum of RGB (Red+Green+Blue) = 203+246+9=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 9 (3.91% from 255 or 1.97% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF609 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF609 is #3409F6. Grayscale: #CFCFCF. Windows color (decimal): -3410423 or 653003. OLE color: 653003.
HSL color Cylindrical-coordinate representation of color #CBF609: hue angle of 70.89º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBF609 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.04 |
| HSL | 70.89º | 0.93% | 0.5% | - |
| HSV(B) | 70.89º | 0.96% | 0.96% | - |
| XYZ | 57.63 | 78.63 | 12.4 | - |
| YUV | 206.13 | 16.75 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 9 | 0.17 | 0 | 0.96 | 0.04 | 70.89 | 0.93 | 0.5 |
| Hex | CB | F6 | 9 | 11 | 0 | 60 | 4 | 47 | 5D | 32 |
| Octal | 313 | 366 | 11 | 21 | 0 | 140 | 4 | 107 | 135 | 62 |
| Binary | 11001011 | 11110110 | 1001 | 10001 | 0 | 1100000 | 100 | 1000111 | 1011101 | 110010 |
Color Harmonies of #CBF609
Complementary color
Monochromatic Colors of #CBF609
Black with #CBF609
Text Example
Text Example
White with #CBF609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF609; }
p { color: rgb(203,246,9); }
H1.HeaderClassName
{
color: #CBF609;
}
.AnyTagClassName
{
color: #CBF609;
}
</style>
background-color css
<style>
a { background-color: #CBF609; }
a { background-color: rgb(203,246,9); }
div.DivClassName
{
background-color: #CBF609;
}
.BgClassName
{
background-color: #CBF609;
}
</style>
border-color css
<style>
span { border-color: #CBF609; }
span { border-color: rgb(203,246,9); }
td.TdClassName
{
border-color: #CBF609;
}
.TagClassName
{
border-color: #CBF609;
}
</style>