Shades of Electric Lime #CBDF00
Tints of Electric Lime #CBDF00
RGB
CMYK
RGB Variations
Color information
#CBDF00 (or 0xCBDF00) is known color: Electric Lime. HEX triplet: CB, DF and 00. RGB value is (203,223,0). Sum of RGB (Red+Green+Blue) = 203+223+0=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDF00 is #3420FF. Grayscale: #C0C0C0. Windows color (decimal): -3416320 or 57291. OLE color: 57291.
HSL color Cylindrical-coordinate representation of color #CBDF00: hue angle of 65.38º 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 #CBDF00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.13 |
| HSL | 65.38º | 1% | 0.44% | - |
| HSV(B) | 65.38º | 1% | 0.87% | - |
| XYZ | 51.02 | 65.47 | 9.95 | - |
| YUV | 191.6 | 19.87 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 0 | 0.09 | 0 | 1 | 0.13 | 65.38 | 1 | 0.44 |
| Hex | CB | DF | 0 | 9 | 0 | 64 | D | 41 | 64 | 2C |
| Octal | 313 | 337 | 0 | 11 | 0 | 144 | 15 | 101 | 144 | 54 |
| Binary | 11001011 | 11011111 | 0 | 1001 | 0 | 1100100 | 1101 | 1000001 | 1100100 | 101100 |
Color Harmonies of #CBDF00
Complementary color
Monochromatic Colors of #CBDF00
Black with #CBDF00
Text Example
Text Example
White with #CBDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF00; }
p { color: rgb(203,223,0); }
H1.HeaderClassName
{
color: #CBDF00;
}
.AnyTagClassName
{
color: #CBDF00;
}
</style>
background-color css
<style>
a { background-color: #CBDF00; }
a { background-color: rgb(203,223,0); }
div.DivClassName
{
background-color: #CBDF00;
}
.BgClassName
{
background-color: #CBDF00;
}
</style>
border-color css
<style>
span { border-color: #CBDF00; }
span { border-color: rgb(203,223,0); }
td.TdClassName
{
border-color: #CBDF00;
}
.TagClassName
{
border-color: #CBDF00;
}
</style>