Shades of Electric Lime #CBF409
Tints of Electric Lime #CBF409
RGB
CMYK
RGB Variations
Color information
#CBF409 (or 0xCBF409) is known color: Electric Lime. HEX triplet: CB, F4 and 09. RGB value is (203,244,9). Sum of RGB (Red+Green+Blue) = 203+244+9=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 244 (95.70% from 255 or 53.51% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF409 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF409 is #340BF6. Grayscale: #CDCDCD. Windows color (decimal): -3410935 or 652491. OLE color: 652491.
HSL color Cylindrical-coordinate representation of color #CBF409: hue angle of 70.47º 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 #CBF409 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.04 |
| HSL | 70.47º | 0.93% | 0.5% | - |
| HSV(B) | 70.47º | 0.96% | 0.96% | - |
| XYZ | 57.03 | 77.42 | 12.2 | - |
| YUV | 204.95 | 17.42 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 9 | 0.17 | 0 | 0.96 | 0.04 | 70.47 | 0.93 | 0.5 |
| Hex | CB | F4 | 9 | 11 | 0 | 60 | 4 | 46 | 5D | 32 |
| Octal | 313 | 364 | 11 | 21 | 0 | 140 | 4 | 106 | 135 | 62 |
| Binary | 11001011 | 11110100 | 1001 | 10001 | 0 | 1100000 | 100 | 1000110 | 1011101 | 110010 |
Color Harmonies of #CBF409
Complementary color
Monochromatic Colors of #CBF409
Black with #CBF409
Text Example
Text Example
White with #CBF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF409; }
p { color: rgb(203,244,9); }
H1.HeaderClassName
{
color: #CBF409;
}
.AnyTagClassName
{
color: #CBF409;
}
</style>
background-color css
<style>
a { background-color: #CBF409; }
a { background-color: rgb(203,244,9); }
div.DivClassName
{
background-color: #CBF409;
}
.BgClassName
{
background-color: #CBF409;
}
</style>
border-color css
<style>
span { border-color: #CBF409; }
span { border-color: rgb(203,244,9); }
td.TdClassName
{
border-color: #CBF409;
}
.TagClassName
{
border-color: #CBF409;
}
</style>