Shades of Electric Lime #CBF509
Tints of Electric Lime #CBF509
RGB
CMYK
RGB Variations
Color information
#CBF509 (or 0xCBF509) is known color: Electric Lime. HEX triplet: CB, F5 and 09. RGB value is (203,245,9). Sum of RGB (Red+Green+Blue) = 203+245+9=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 245 (96.09% from 255 or 53.61% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF509 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF509 is #340AF6. Grayscale: #CECECE. Windows color (decimal): -3410679 or 652747. OLE color: 652747.
HSL color Cylindrical-coordinate representation of color #CBF509: hue angle of 70.68º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBF509 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.04 |
| HSL | 70.68º | 0.93% | 0.5% | - |
| HSV(B) | 70.68º | 0.96% | 0.96% | - |
| XYZ | 57.33 | 78.02 | 12.3 | - |
| YUV | 205.54 | 17.09 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 9 | 0.17 | 0 | 0.96 | 0.04 | 70.68 | 0.93 | 0.5 |
| Hex | CB | F5 | 9 | 11 | 0 | 60 | 4 | 47 | 5D | 32 |
| Octal | 313 | 365 | 11 | 21 | 0 | 140 | 4 | 107 | 135 | 62 |
| Binary | 11001011 | 11110101 | 1001 | 10001 | 0 | 1100000 | 100 | 1000111 | 1011101 | 110010 |
Color Harmonies of #CBF509
Complementary color
Monochromatic Colors of #CBF509
Black with #CBF509
Text Example
Text Example
White with #CBF509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF509; }
p { color: rgb(203,245,9); }
H1.HeaderClassName
{
color: #CBF509;
}
.AnyTagClassName
{
color: #CBF509;
}
</style>
background-color css
<style>
a { background-color: #CBF509; }
a { background-color: rgb(203,245,9); }
div.DivClassName
{
background-color: #CBF509;
}
.BgClassName
{
background-color: #CBF509;
}
</style>
border-color css
<style>
span { border-color: #CBF509; }
span { border-color: rgb(203,245,9); }
td.TdClassName
{
border-color: #CBF509;
}
.TagClassName
{
border-color: #CBF509;
}
</style>