Shades of Electric Lime #CBF506
Tints of Electric Lime #CBF506
RGB
CMYK
RGB Variations
Color information
#CBF506 (or 0xCBF506) is known color: Electric Lime. HEX triplet: CB, F5 and 06. RGB value is (203,245,6). Sum of RGB (Red+Green+Blue) = 203+245+6=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 245 (96.09% from 255 or 53.96% from 454); Blue value is 6 (2.73% from 255 or 1.32% from 454); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF506 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF506 is #340AF9. Grayscale: #CECECE. Windows color (decimal): -3410682 or 456139. OLE color: 456139.
HSL color Cylindrical-coordinate representation of color #CBF506: hue angle of 70.54º degrees, saturation: 0.95, 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 #CBF506 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 6 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.04 |
| HSL | 70.54º | 0.95% | 0.49% | - |
| HSV(B) | 70.54º | 0.98% | 0.96% | - |
| XYZ | 57.31 | 78.01 | 12.21 | - |
| YUV | 205.2 | 15.59 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 6 | 0.17 | 0 | 0.98 | 0.04 | 70.54 | 0.95 | 0.49 |
| Hex | CB | F5 | 6 | 11 | 0 | 62 | 4 | 47 | 5F | 31 |
| Octal | 313 | 365 | 6 | 21 | 0 | 142 | 4 | 107 | 137 | 61 |
| Binary | 11001011 | 11110101 | 110 | 10001 | 0 | 1100010 | 100 | 1000111 | 1011111 | 110001 |
Color Harmonies of #CBF506
Complementary color
Monochromatic Colors of #CBF506
Black with #CBF506
Text Example
Text Example
White with #CBF506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF506; }
p { color: rgb(203,245,6); }
H1.HeaderClassName
{
color: #CBF506;
}
.AnyTagClassName
{
color: #CBF506;
}
</style>
background-color css
<style>
a { background-color: #CBF506; }
a { background-color: rgb(203,245,6); }
div.DivClassName
{
background-color: #CBF506;
}
.BgClassName
{
background-color: #CBF506;
}
</style>
border-color css
<style>
span { border-color: #CBF506; }
span { border-color: rgb(203,245,6); }
td.TdClassName
{
border-color: #CBF506;
}
.TagClassName
{
border-color: #CBF506;
}
</style>