Shades of Electric Lime #CBDE00
Tints of Electric Lime #CBDE00
RGB
CMYK
RGB Variations
Color information
#CBDE00 (or 0xCBDE00) is known color: Electric Lime. HEX triplet: CB, DE and 00. RGB value is (203,222,0). Sum of RGB (Red+Green+Blue) = 203+222+0=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDE00 is #3421FF. Grayscale: #BFBFBF. Windows color (decimal): -3416576 or 57035. OLE color: 57035.
HSL color Cylindrical-coordinate representation of color #CBDE00: hue angle of 65.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBDE00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.13 |
| HSL | 65.14º | 1% | 0.44% | - |
| HSV(B) | 65.14º | 1% | 0.87% | - |
| XYZ | 50.75 | 64.94 | 9.86 | - |
| YUV | 191.01 | 20.21 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 0 | 0.09 | 0 | 1 | 0.13 | 65.14 | 1 | 0.44 |
| Hex | CB | DE | 0 | 9 | 0 | 64 | D | 41 | 64 | 2C |
| Octal | 313 | 336 | 0 | 11 | 0 | 144 | 15 | 101 | 144 | 54 |
| Binary | 11001011 | 11011110 | 0 | 1001 | 0 | 1100100 | 1101 | 1000001 | 1100100 | 101100 |
Color Harmonies of #CBDE00
Complementary color
Monochromatic Colors of #CBDE00
Black with #CBDE00
Text Example
Text Example
White with #CBDE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDE00; }
p { color: rgb(203,222,0); }
H1.HeaderClassName
{
color: #CBDE00;
}
.AnyTagClassName
{
color: #CBDE00;
}
</style>
background-color css
<style>
a { background-color: #CBDE00; }
a { background-color: rgb(203,222,0); }
div.DivClassName
{
background-color: #CBDE00;
}
.BgClassName
{
background-color: #CBDE00;
}
</style>
border-color css
<style>
span { border-color: #CBDE00; }
span { border-color: rgb(203,222,0); }
td.TdClassName
{
border-color: #CBDE00;
}
.TagClassName
{
border-color: #CBDE00;
}
</style>