Shades of Electric Lime #CBF507
Tints of Electric Lime #CBF507
RGB
CMYK
RGB Variations
Color information
#CBF507 (or 0xCBF507) is known color: Electric Lime. HEX triplet: CB, F5 and 07. RGB value is (203,245,7). Sum of RGB (Red+Green+Blue) = 203+245+7=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 245 (96.09% from 255 or 53.85% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF507 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF507 is #340AF8. Grayscale: #CECECE. Windows color (decimal): -3410681 or 521675. OLE color: 521675.
HSL color Cylindrical-coordinate representation of color #CBF507: hue angle of 70.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBF507 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.04 |
| HSL | 70.59º | 0.94% | 0.49% | - |
| HSV(B) | 70.59º | 0.97% | 0.96% | - |
| XYZ | 57.32 | 78.02 | 12.24 | - |
| YUV | 205.31 | 16.09 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 7 | 0.17 | 0 | 0.97 | 0.04 | 70.59 | 0.94 | 0.49 |
| Hex | CB | F5 | 7 | 11 | 0 | 61 | 4 | 47 | 5E | 31 |
| Octal | 313 | 365 | 7 | 21 | 0 | 141 | 4 | 107 | 136 | 61 |
| Binary | 11001011 | 11110101 | 111 | 10001 | 0 | 1100001 | 100 | 1000111 | 1011110 | 110001 |
Color Harmonies of #CBF507
Complementary color
Monochromatic Colors of #CBF507
Black with #CBF507
Text Example
Text Example
White with #CBF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF507; }
p { color: rgb(203,245,7); }
H1.HeaderClassName
{
color: #CBF507;
}
.AnyTagClassName
{
color: #CBF507;
}
</style>
background-color css
<style>
a { background-color: #CBF507; }
a { background-color: rgb(203,245,7); }
div.DivClassName
{
background-color: #CBF507;
}
.BgClassName
{
background-color: #CBF507;
}
</style>
border-color css
<style>
span { border-color: #CBF507; }
span { border-color: rgb(203,245,7); }
td.TdClassName
{
border-color: #CBF507;
}
.TagClassName
{
border-color: #CBF507;
}
</style>