Shades of Electric Lime #CBF805
Tints of Electric Lime #CBF805
RGB
CMYK
RGB Variations
Color information
#CBF805 (or 0xCBF805) is known color: Electric Lime. HEX triplet: CB, F8 and 05. RGB value is (203,248,5). Sum of RGB (Red+Green+Blue) = 203+248+5=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 248 (97.27% from 255 or 54.39% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF805 is #3407FA. Grayscale: #CFCFCF. Windows color (decimal): -3409915 or 391371. OLE color: 391371.
HSL color Cylindrical-coordinate representation of color #CBF805: hue angle of 71.11º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBF805 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.03 |
| HSL | 71.11º | 0.96% | 0.5% | - |
| HSV(B) | 71.11º | 0.98% | 0.97% | - |
| XYZ | 58.22 | 79.84 | 12.49 | - |
| YUV | 206.84 | 14.09 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 5 | 0.18 | 0 | 0.98 | 0.03 | 71.11 | 0.96 | 0.5 |
| Hex | CB | F8 | 5 | 12 | 0 | 62 | 3 | 47 | 60 | 32 |
| Octal | 313 | 370 | 5 | 22 | 0 | 142 | 3 | 107 | 140 | 62 |
| Binary | 11001011 | 11111000 | 101 | 10010 | 0 | 1100010 | 11 | 1000111 | 1100000 | 110010 |
Color Harmonies of #CBF805
Complementary color
Monochromatic Colors of #CBF805
Black with #CBF805
Text Example
Text Example
White with #CBF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF805; }
p { color: rgb(203,248,5); }
H1.HeaderClassName
{
color: #CBF805;
}
.AnyTagClassName
{
color: #CBF805;
}
</style>
background-color css
<style>
a { background-color: #CBF805; }
a { background-color: rgb(203,248,5); }
div.DivClassName
{
background-color: #CBF805;
}
.BgClassName
{
background-color: #CBF805;
}
</style>
border-color css
<style>
span { border-color: #CBF805; }
span { border-color: rgb(203,248,5); }
td.TdClassName
{
border-color: #CBF805;
}
.TagClassName
{
border-color: #CBF805;
}
</style>