Shades of Electric Lime #CBFF09
Tints of Electric Lime #CBFF09
RGB
CMYK
RGB Variations
Color information
#CBFF09 (or 0xCBFF09) is known color: Electric Lime. HEX triplet: CB, FF and 09. RGB value is (203,255,9). Sum of RGB (Red+Green+Blue) = 203+255+9=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 9 (3.91% from 255 or 1.93% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF09 is #3400F6. Grayscale: #D4D4D4. Windows color (decimal): -3408119 or 655307. OLE color: 655307.
HSL color Cylindrical-coordinate representation of color #CBFF09: hue angle of 72.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBFF09 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 9 | - |
| CMYK | 0.20 | 0 | 0.96 | 0 |
| HSL | 72.68º | 1% | 0.52% | - |
| HSV(B) | 72.68º | 0.96% | 1% | - |
| XYZ | 60.44 | 84.24 | 13.33 | - |
| YUV | 211.41 | 13.77 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 9 | 0.20 | 0 | 0.96 | 0 | 72.68 | 1 | 0.52 |
| Hex | CB | FF | 9 | 14 | 0 | 60 | 0 | 49 | 64 | 34 |
| Octal | 313 | 377 | 11 | 24 | 0 | 140 | 0 | 111 | 144 | 64 |
| Binary | 11001011 | 11111111 | 1001 | 10100 | 0 | 1100000 | 0 | 1001001 | 1100100 | 110100 |
Color Harmonies of #CBFF09
Complementary color
Monochromatic Colors of #CBFF09
Black with #CBFF09
Text Example
Text Example
White with #CBFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF09; }
p { color: rgb(203,255,9); }
H1.HeaderClassName
{
color: #CBFF09;
}
.AnyTagClassName
{
color: #CBFF09;
}
</style>
background-color css
<style>
a { background-color: #CBFF09; }
a { background-color: rgb(203,255,9); }
div.DivClassName
{
background-color: #CBFF09;
}
.BgClassName
{
background-color: #CBFF09;
}
</style>
border-color css
<style>
span { border-color: #CBFF09; }
span { border-color: rgb(203,255,9); }
td.TdClassName
{
border-color: #CBFF09;
}
.TagClassName
{
border-color: #CBFF09;
}
</style>