Shades of Electric Lime #CBF90E
Tints of Electric Lime #CBF90E
RGB
CMYK
RGB Variations
Color information
#CBF90E (or 0xCBF90E) is known color: Electric Lime. HEX triplet: CB, F9 and 0E. RGB value is (203,249,14). Sum of RGB (Red+Green+Blue) = 203+249+14=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF90E is #3406F1. Grayscale: #D1D1D1. Windows color (decimal): -3409650 or 981451. OLE color: 981451.
HSL color Cylindrical-coordinate representation of color #CBF90E: hue angle of 71.74º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBF90E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 14 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.02 |
| HSL | 71.74º | 0.95% | 0.52% | - |
| HSV(B) | 71.74º | 0.94% | 0.98% | - |
| XYZ | 58.58 | 80.48 | 12.86 | - |
| YUV | 208.46 | 18.26 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 14 | 0.18 | 0 | 0.94 | 0.02 | 71.74 | 0.95 | 0.52 |
| Hex | CB | F9 | E | 12 | 0 | 5E | 2 | 48 | 5F | 34 |
| Octal | 313 | 371 | 16 | 22 | 0 | 136 | 2 | 110 | 137 | 64 |
| Binary | 11001011 | 11111001 | 1110 | 10010 | 0 | 1011110 | 10 | 1001000 | 1011111 | 110100 |
Color Harmonies of #CBF90E
Complementary color
Monochromatic Colors of #CBF90E
Black with #CBF90E
Text Example
Text Example
White with #CBF90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF90E; }
p { color: rgb(203,249,14); }
H1.HeaderClassName
{
color: #CBF90E;
}
.AnyTagClassName
{
color: #CBF90E;
}
</style>
background-color css
<style>
a { background-color: #CBF90E; }
a { background-color: rgb(203,249,14); }
div.DivClassName
{
background-color: #CBF90E;
}
.BgClassName
{
background-color: #CBF90E;
}
</style>
border-color css
<style>
span { border-color: #CBF90E; }
span { border-color: rgb(203,249,14); }
td.TdClassName
{
border-color: #CBF90E;
}
.TagClassName
{
border-color: #CBF90E;
}
</style>