Shades of Electric Lime #CBF40A
Tints of Electric Lime #CBF40A
RGB
CMYK
RGB Variations
Color information
#CBF40A (or 0xCBF40A) is known color: Electric Lime. HEX triplet: CB, F4 and 0A. RGB value is (203,244,10). Sum of RGB (Red+Green+Blue) = 203+244+10=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF40A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF40A is #340BF5. Grayscale: #CDCDCD. Windows color (decimal): -3410934 or 718027. OLE color: 718027.
HSL color Cylindrical-coordinate representation of color #CBF40A: hue angle of 70.51º degrees, saturation: 0.92, 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 #CBF40A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 10 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.04 |
| HSL | 70.51º | 0.92% | 0.5% | - |
| HSV(B) | 70.51º | 0.96% | 0.96% | - |
| XYZ | 57.03 | 77.42 | 12.22 | - |
| YUV | 205.07 | 17.92 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 10 | 0.17 | 0 | 0.96 | 0.04 | 70.51 | 0.92 | 0.5 |
| Hex | CB | F4 | A | 11 | 0 | 60 | 4 | 47 | 5C | 32 |
| Octal | 313 | 364 | 12 | 21 | 0 | 140 | 4 | 107 | 134 | 62 |
| Binary | 11001011 | 11110100 | 1010 | 10001 | 0 | 1100000 | 100 | 1000111 | 1011100 | 110010 |
Color Harmonies of #CBF40A
Complementary color
Monochromatic Colors of #CBF40A
Black with #CBF40A
Text Example
Text Example
White with #CBF40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF40A; }
p { color: rgb(203,244,10); }
H1.HeaderClassName
{
color: #CBF40A;
}
.AnyTagClassName
{
color: #CBF40A;
}
</style>
background-color css
<style>
a { background-color: #CBF40A; }
a { background-color: rgb(203,244,10); }
div.DivClassName
{
background-color: #CBF40A;
}
.BgClassName
{
background-color: #CBF40A;
}
</style>
border-color css
<style>
span { border-color: #CBF40A; }
span { border-color: rgb(203,244,10); }
td.TdClassName
{
border-color: #CBF40A;
}
.TagClassName
{
border-color: #CBF40A;
}
</style>