Shades of Electric Lime #CBF605
Tints of Electric Lime #CBF605
RGB
CMYK
RGB Variations
Color information
#CBF605 (or 0xCBF605) is known color: Electric Lime. HEX triplet: CB, F6 and 05. RGB value is (203,246,5). Sum of RGB (Red+Green+Blue) = 203+246+5=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 246 (96.48% from 255 or 54.19% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF605 is #3409FA. Grayscale: #CECECE. Windows color (decimal): -3410427 or 390859. OLE color: 390859.
HSL color Cylindrical-coordinate representation of color #CBF605: hue angle of 70.71º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBF605 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.04 |
| HSL | 70.71º | 0.96% | 0.49% | - |
| HSV(B) | 70.71º | 0.98% | 0.96% | - |
| XYZ | 57.61 | 78.62 | 12.28 | - |
| YUV | 205.67 | 14.75 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 5 | 0.17 | 0 | 0.98 | 0.04 | 70.71 | 0.96 | 0.49 |
| Hex | CB | F6 | 5 | 11 | 0 | 62 | 4 | 47 | 60 | 31 |
| Octal | 313 | 366 | 5 | 21 | 0 | 142 | 4 | 107 | 140 | 61 |
| Binary | 11001011 | 11110110 | 101 | 10001 | 0 | 1100010 | 100 | 1000111 | 1100000 | 110001 |
Color Harmonies of #CBF605
Complementary color
Monochromatic Colors of #CBF605
Black with #CBF605
Text Example
Text Example
White with #CBF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF605; }
p { color: rgb(203,246,5); }
H1.HeaderClassName
{
color: #CBF605;
}
.AnyTagClassName
{
color: #CBF605;
}
</style>
background-color css
<style>
a { background-color: #CBF605; }
a { background-color: rgb(203,246,5); }
div.DivClassName
{
background-color: #CBF605;
}
.BgClassName
{
background-color: #CBF605;
}
</style>
border-color css
<style>
span { border-color: #CBF605; }
span { border-color: rgb(203,246,5); }
td.TdClassName
{
border-color: #CBF605;
}
.TagClassName
{
border-color: #CBF605;
}
</style>