Shades of Electric Lime #CBF207
Tints of Electric Lime #CBF207
RGB
CMYK
RGB Variations
Color information
#CBF207 (or 0xCBF207) is known color: Electric Lime. HEX triplet: CB, F2 and 07. RGB value is (203,242,7). Sum of RGB (Red+Green+Blue) = 203+242+7=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF207 is #340DF8. Grayscale: #CCCCCC. Windows color (decimal): -3411449 or 520907. OLE color: 520907.
HSL color Cylindrical-coordinate representation of color #CBF207: hue angle of 69.96º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBF207 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 7 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.05 |
| HSL | 69.96º | 0.94% | 0.49% | - |
| HSV(B) | 69.96º | 0.97% | 0.95% | - |
| XYZ | 56.42 | 76.22 | 11.94 | - |
| YUV | 203.55 | 17.08 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 7 | 0.16 | 0 | 0.97 | 0.05 | 69.96 | 0.94 | 0.49 |
| Hex | CB | F2 | 7 | 10 | 0 | 61 | 5 | 46 | 5E | 31 |
| Octal | 313 | 362 | 7 | 20 | 0 | 141 | 5 | 106 | 136 | 61 |
| Binary | 11001011 | 11110010 | 111 | 10000 | 0 | 1100001 | 101 | 1000110 | 1011110 | 110001 |
Color Harmonies of #CBF207
Complementary color
Monochromatic Colors of #CBF207
Black with #CBF207
Text Example
Text Example
White with #CBF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF207; }
p { color: rgb(203,242,7); }
H1.HeaderClassName
{
color: #CBF207;
}
.AnyTagClassName
{
color: #CBF207;
}
</style>
background-color css
<style>
a { background-color: #CBF207; }
a { background-color: rgb(203,242,7); }
div.DivClassName
{
background-color: #CBF207;
}
.BgClassName
{
background-color: #CBF207;
}
</style>
border-color css
<style>
span { border-color: #CBF207; }
span { border-color: rgb(203,242,7); }
td.TdClassName
{
border-color: #CBF207;
}
.TagClassName
{
border-color: #CBF207;
}
</style>