Shades of Electric Lime #CBFD09
Tints of Electric Lime #CBFD09
RGB
CMYK
RGB Variations
Color information
#CBFD09 (or 0xCBFD09) is known color: Electric Lime. HEX triplet: CB, FD and 09. RGB value is (203,253,9). Sum of RGB (Red+Green+Blue) = 203+253+9=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 9 (3.91% from 255 or 1.94% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFD09 is #3402F6. Grayscale: #D3D3D3. Windows color (decimal): -3408631 or 654795. OLE color: 654795.
HSL color Cylindrical-coordinate representation of color #CBFD09: hue angle of 72.3º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBFD09 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 9 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.01 |
| HSL | 72.3º | 0.98% | 0.51% | - |
| HSV(B) | 72.3º | 0.96% | 0.99% | - |
| XYZ | 59.8 | 82.97 | 13.12 | - |
| YUV | 210.23 | 14.44 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 9 | 0.20 | 0 | 0.96 | 0.01 | 72.3 | 0.98 | 0.51 |
| Hex | CB | FD | 9 | 14 | 0 | 60 | 1 | 48 | 62 | 33 |
| Octal | 313 | 375 | 11 | 24 | 0 | 140 | 1 | 110 | 142 | 63 |
| Binary | 11001011 | 11111101 | 1001 | 10100 | 0 | 1100000 | 1 | 1001000 | 1100010 | 110011 |
Color Harmonies of #CBFD09
Complementary color
Monochromatic Colors of #CBFD09
Black with #CBFD09
Text Example
Text Example
White with #CBFD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD09; }
p { color: rgb(203,253,9); }
H1.HeaderClassName
{
color: #CBFD09;
}
.AnyTagClassName
{
color: #CBFD09;
}
</style>
background-color css
<style>
a { background-color: #CBFD09; }
a { background-color: rgb(203,253,9); }
div.DivClassName
{
background-color: #CBFD09;
}
.BgClassName
{
background-color: #CBFD09;
}
</style>
border-color css
<style>
span { border-color: #CBFD09; }
span { border-color: rgb(203,253,9); }
td.TdClassName
{
border-color: #CBFD09;
}
.TagClassName
{
border-color: #CBFD09;
}
</style>