Shades of Electric Lime #CBF109
Tints of Electric Lime #CBF109
RGB
CMYK
RGB Variations
Color information
#CBF109 (or 0xCBF109) is known color: Electric Lime. HEX triplet: CB, F1 and 09. RGB value is (203,241,9). Sum of RGB (Red+Green+Blue) = 203+241+9=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 9 (3.91% from 255 or 1.99% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF109 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF109 is #340EF6. Grayscale: #CCCCCC. Windows color (decimal): -3411703 or 651723. OLE color: 651723.
HSL color Cylindrical-coordinate representation of color #CBF109: hue angle of 69.83º 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 #CBF109 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.05 |
| HSL | 69.83º | 0.93% | 0.49% | - |
| HSV(B) | 69.83º | 0.96% | 0.95% | - |
| XYZ | 56.13 | 75.63 | 11.9 | - |
| YUV | 203.19 | 18.41 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 9 | 0.16 | 0 | 0.96 | 0.05 | 69.83 | 0.93 | 0.49 |
| Hex | CB | F1 | 9 | 10 | 0 | 60 | 5 | 46 | 5D | 31 |
| Octal | 313 | 361 | 11 | 20 | 0 | 140 | 5 | 106 | 135 | 61 |
| Binary | 11001011 | 11110001 | 1001 | 10000 | 0 | 1100000 | 101 | 1000110 | 1011101 | 110001 |
Color Harmonies of #CBF109
Complementary color
Monochromatic Colors of #CBF109
Black with #CBF109
Text Example
Text Example
White with #CBF109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF109; }
p { color: rgb(203,241,9); }
H1.HeaderClassName
{
color: #CBF109;
}
.AnyTagClassName
{
color: #CBF109;
}
</style>
background-color css
<style>
a { background-color: #CBF109; }
a { background-color: rgb(203,241,9); }
div.DivClassName
{
background-color: #CBF109;
}
.BgClassName
{
background-color: #CBF109;
}
</style>
border-color css
<style>
span { border-color: #CBF109; }
span { border-color: rgb(203,241,9); }
td.TdClassName
{
border-color: #CBF109;
}
.TagClassName
{
border-color: #CBF109;
}
</style>