Shades of Electric Lime #CBF807
Tints of Electric Lime #CBF807
RGB
CMYK
RGB Variations
Color information
#CBF807 (or 0xCBF807) is known color: Electric Lime. HEX triplet: CB, F8 and 07. RGB value is (203,248,7). Sum of RGB (Red+Green+Blue) = 203+248+7=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF807 is #3407F8. Grayscale: #CFCFCF. Windows color (decimal): -3409913 or 522443. OLE color: 522443.
HSL color Cylindrical-coordinate representation of color #CBF807: hue angle of 71.2º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBF807 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 7 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.03 |
| HSL | 71.2º | 0.95% | 0.5% | - |
| HSV(B) | 71.2º | 0.97% | 0.97% | - |
| XYZ | 58.23 | 79.85 | 12.54 | - |
| YUV | 207.07 | 15.09 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 7 | 0.18 | 0 | 0.97 | 0.03 | 71.2 | 0.95 | 0.5 |
| Hex | CB | F8 | 7 | 12 | 0 | 61 | 3 | 47 | 5F | 32 |
| Octal | 313 | 370 | 7 | 22 | 0 | 141 | 3 | 107 | 137 | 62 |
| Binary | 11001011 | 11111000 | 111 | 10010 | 0 | 1100001 | 11 | 1000111 | 1011111 | 110010 |
Color Harmonies of #CBF807
Complementary color
Monochromatic Colors of #CBF807
Black with #CBF807
Text Example
Text Example
White with #CBF807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF807; }
p { color: rgb(203,248,7); }
H1.HeaderClassName
{
color: #CBF807;
}
.AnyTagClassName
{
color: #CBF807;
}
</style>
background-color css
<style>
a { background-color: #CBF807; }
a { background-color: rgb(203,248,7); }
div.DivClassName
{
background-color: #CBF807;
}
.BgClassName
{
background-color: #CBF807;
}
</style>
border-color css
<style>
span { border-color: #CBF807; }
span { border-color: rgb(203,248,7); }
td.TdClassName
{
border-color: #CBF807;
}
.TagClassName
{
border-color: #CBF807;
}
</style>