Shades of Electric Lime #CBF70A
Tints of Electric Lime #CBF70A
RGB
CMYK
RGB Variations
Color information
#CBF70A (or 0xCBF70A) is known color: Electric Lime. HEX triplet: CB, F7 and 0A. RGB value is (203,247,10). Sum of RGB (Red+Green+Blue) = 203+247+10=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 247 (96.88% from 255 or 53.70% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF70A is #3408F5. Grayscale: #CFCFCF. Windows color (decimal): -3410166 or 718795. OLE color: 718795.
HSL color Cylindrical-coordinate representation of color #CBF70A: hue angle of 71.14º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBF70A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 10 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.03 |
| HSL | 71.14º | 0.94% | 0.5% | - |
| HSV(B) | 71.14º | 0.96% | 0.97% | - |
| XYZ | 57.94 | 79.24 | 12.53 | - |
| YUV | 206.83 | 16.92 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 10 | 0.18 | 0 | 0.96 | 0.03 | 71.14 | 0.94 | 0.5 |
| Hex | CB | F7 | A | 12 | 0 | 60 | 3 | 47 | 5E | 32 |
| Octal | 313 | 367 | 12 | 22 | 0 | 140 | 3 | 107 | 136 | 62 |
| Binary | 11001011 | 11110111 | 1010 | 10010 | 0 | 1100000 | 11 | 1000111 | 1011110 | 110010 |
Color Harmonies of #CBF70A
Complementary color
Monochromatic Colors of #CBF70A
Black with #CBF70A
Text Example
Text Example
White with #CBF70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF70A; }
p { color: rgb(203,247,10); }
H1.HeaderClassName
{
color: #CBF70A;
}
.AnyTagClassName
{
color: #CBF70A;
}
</style>
background-color css
<style>
a { background-color: #CBF70A; }
a { background-color: rgb(203,247,10); }
div.DivClassName
{
background-color: #CBF70A;
}
.BgClassName
{
background-color: #CBF70A;
}
</style>
border-color css
<style>
span { border-color: #CBF70A; }
span { border-color: rgb(203,247,10); }
td.TdClassName
{
border-color: #CBF70A;
}
.TagClassName
{
border-color: #CBF70A;
}
</style>