Shades of Electric Lime #CBF308
Tints of Electric Lime #CBF308
RGB
CMYK
RGB Variations
Color information
#CBF308 (or 0xCBF308) is known color: Electric Lime. HEX triplet: CB, F3 and 08. RGB value is (203,243,8). Sum of RGB (Red+Green+Blue) = 203+243+8=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF308 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF308 is #340CF7. Grayscale: #CDCDCD. Windows color (decimal): -3411192 or 586699. OLE color: 586699.
HSL color Cylindrical-coordinate representation of color #CBF308: hue angle of 70.21º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBF308 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 8 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.05 |
| HSL | 70.21º | 0.94% | 0.49% | - |
| HSV(B) | 70.21º | 0.97% | 0.95% | - |
| XYZ | 56.72 | 76.82 | 12.07 | - |
| YUV | 204.25 | 17.25 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 8 | 0.16 | 0 | 0.97 | 0.05 | 70.21 | 0.94 | 0.49 |
| Hex | CB | F3 | 8 | 10 | 0 | 61 | 5 | 46 | 5E | 31 |
| Octal | 313 | 363 | 10 | 20 | 0 | 141 | 5 | 106 | 136 | 61 |
| Binary | 11001011 | 11110011 | 1000 | 10000 | 0 | 1100001 | 101 | 1000110 | 1011110 | 110001 |
Color Harmonies of #CBF308
Complementary color
Monochromatic Colors of #CBF308
Black with #CBF308
Text Example
Text Example
White with #CBF308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF308; }
p { color: rgb(203,243,8); }
H1.HeaderClassName
{
color: #CBF308;
}
.AnyTagClassName
{
color: #CBF308;
}
</style>
background-color css
<style>
a { background-color: #CBF308; }
a { background-color: rgb(203,243,8); }
div.DivClassName
{
background-color: #CBF308;
}
.BgClassName
{
background-color: #CBF308;
}
</style>
border-color css
<style>
span { border-color: #CBF308; }
span { border-color: rgb(203,243,8); }
td.TdClassName
{
border-color: #CBF308;
}
.TagClassName
{
border-color: #CBF308;
}
</style>