Shades of Electric Lime #CBF209
Tints of Electric Lime #CBF209
RGB
CMYK
RGB Variations
Color information
#CBF209 (or 0xCBF209) is known color: Electric Lime. HEX triplet: CB, F2 and 09. RGB value is (203,242,9). Sum of RGB (Red+Green+Blue) = 203+242+9=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 9 (3.91% from 255 or 1.98% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF209 is #340DF6. Grayscale: #CCCCCC. Windows color (decimal): -3411447 or 651979. OLE color: 651979.
HSL color Cylindrical-coordinate representation of color #CBF209: hue angle of 70.04º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBF209 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.05 |
| HSL | 70.04º | 0.93% | 0.49% | - |
| HSV(B) | 70.04º | 0.96% | 0.95% | - |
| XYZ | 56.43 | 76.22 | 12 | - |
| YUV | 203.78 | 18.08 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 9 | 0.16 | 0 | 0.96 | 0.05 | 70.04 | 0.93 | 0.49 |
| Hex | CB | F2 | 9 | 10 | 0 | 60 | 5 | 46 | 5D | 31 |
| Octal | 313 | 362 | 11 | 20 | 0 | 140 | 5 | 106 | 135 | 61 |
| Binary | 11001011 | 11110010 | 1001 | 10000 | 0 | 1100000 | 101 | 1000110 | 1011101 | 110001 |
Color Harmonies of #CBF209
Complementary color
Monochromatic Colors of #CBF209
Black with #CBF209
Text Example
Text Example
White with #CBF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF209; }
p { color: rgb(203,242,9); }
H1.HeaderClassName
{
color: #CBF209;
}
.AnyTagClassName
{
color: #CBF209;
}
</style>
background-color css
<style>
a { background-color: #CBF209; }
a { background-color: rgb(203,242,9); }
div.DivClassName
{
background-color: #CBF209;
}
.BgClassName
{
background-color: #CBF209;
}
</style>
border-color css
<style>
span { border-color: #CBF209; }
span { border-color: rgb(203,242,9); }
td.TdClassName
{
border-color: #CBF209;
}
.TagClassName
{
border-color: #CBF209;
}
</style>