Shades of Electric Lime #CBF30E
Tints of Electric Lime #CBF30E
RGB
CMYK
RGB Variations
Color information
#CBF30E (or 0xCBF30E) is known color: Electric Lime. HEX triplet: CB, F3 and 0E. RGB value is (203,243,14). Sum of RGB (Red+Green+Blue) = 203+243+14=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF30E is #340CF1. Grayscale: #CDCDCD. Windows color (decimal): -3411186 or 979915. OLE color: 979915.
HSL color Cylindrical-coordinate representation of color #CBF30E: hue angle of 70.48º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBF30E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.05 |
| HSL | 70.48º | 0.91% | 0.5% | - |
| HSV(B) | 70.48º | 0.94% | 0.95% | - |
| XYZ | 56.76 | 76.83 | 12.25 | - |
| YUV | 204.93 | 20.25 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 14 | 0.16 | 0 | 0.94 | 0.05 | 70.48 | 0.91 | 0.5 |
| Hex | CB | F3 | E | 10 | 0 | 5E | 5 | 46 | 5B | 32 |
| Octal | 313 | 363 | 16 | 20 | 0 | 136 | 5 | 106 | 133 | 62 |
| Binary | 11001011 | 11110011 | 1110 | 10000 | 0 | 1011110 | 101 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CBF30E
Complementary color
Monochromatic Colors of #CBF30E
Black with #CBF30E
Text Example
Text Example
White with #CBF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF30E; }
p { color: rgb(203,243,14); }
H1.HeaderClassName
{
color: #CBF30E;
}
.AnyTagClassName
{
color: #CBF30E;
}
</style>
background-color css
<style>
a { background-color: #CBF30E; }
a { background-color: rgb(203,243,14); }
div.DivClassName
{
background-color: #CBF30E;
}
.BgClassName
{
background-color: #CBF30E;
}
</style>
border-color css
<style>
span { border-color: #CBF30E; }
span { border-color: rgb(203,243,14); }
td.TdClassName
{
border-color: #CBF30E;
}
.TagClassName
{
border-color: #CBF30E;
}
</style>