Shades of Electric Lime #CBF80B
Tints of Electric Lime #CBF80B
RGB
CMYK
RGB Variations
Color information
#CBF80B (or 0xCBF80B) is known color: Electric Lime. HEX triplet: CB, F8 and 0B. RGB value is (203,248,11). Sum of RGB (Red+Green+Blue) = 203+248+11=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF80B is #3407F4. Grayscale: #D0D0D0. Windows color (decimal): -3409909 or 784587. OLE color: 784587.
HSL color Cylindrical-coordinate representation of color #CBF80B: hue angle of 71.39º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBF80B is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 11 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.03 |
| HSL | 71.39º | 0.94% | 0.51% | - |
| HSV(B) | 71.39º | 0.96% | 0.97% | - |
| XYZ | 58.26 | 79.86 | 12.66 | - |
| YUV | 207.53 | 17.09 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 11 | 0.18 | 0 | 0.96 | 0.03 | 71.39 | 0.94 | 0.51 |
| Hex | CB | F8 | B | 12 | 0 | 60 | 3 | 47 | 5E | 33 |
| Octal | 313 | 370 | 13 | 22 | 0 | 140 | 3 | 107 | 136 | 63 |
| Binary | 11001011 | 11111000 | 1011 | 10010 | 0 | 1100000 | 11 | 1000111 | 1011110 | 110011 |
Color Harmonies of #CBF80B
Complementary color
Monochromatic Colors of #CBF80B
Black with #CBF80B
Text Example
Text Example
White with #CBF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF80B; }
p { color: rgb(203,248,11); }
H1.HeaderClassName
{
color: #CBF80B;
}
.AnyTagClassName
{
color: #CBF80B;
}
</style>
background-color css
<style>
a { background-color: #CBF80B; }
a { background-color: rgb(203,248,11); }
div.DivClassName
{
background-color: #CBF80B;
}
.BgClassName
{
background-color: #CBF80B;
}
</style>
border-color css
<style>
span { border-color: #CBF80B; }
span { border-color: rgb(203,248,11); }
td.TdClassName
{
border-color: #CBF80B;
}
.TagClassName
{
border-color: #CBF80B;
}
</style>