Shades of Electric Lime #CBF705
Tints of Electric Lime #CBF705
RGB
CMYK
RGB Variations
Color information
#CBF705 (or 0xCBF705) is known color: Electric Lime. HEX triplet: CB, F7 and 05. RGB value is (203,247,5). Sum of RGB (Red+Green+Blue) = 203+247+5=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 247 (96.88% from 255 or 54.29% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF705 is #3408FA. Grayscale: #CFCFCF. Windows color (decimal): -3410171 or 391115. OLE color: 391115.
HSL color Cylindrical-coordinate representation of color #CBF705: hue angle of 70.91º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBF705 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.03 |
| HSL | 70.91º | 0.96% | 0.49% | - |
| HSV(B) | 70.91º | 0.98% | 0.97% | - |
| XYZ | 57.92 | 79.23 | 12.38 | - |
| YUV | 206.26 | 14.42 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 5 | 0.18 | 0 | 0.98 | 0.03 | 70.91 | 0.96 | 0.49 |
| Hex | CB | F7 | 5 | 12 | 0 | 62 | 3 | 47 | 60 | 31 |
| Octal | 313 | 367 | 5 | 22 | 0 | 142 | 3 | 107 | 140 | 61 |
| Binary | 11001011 | 11110111 | 101 | 10010 | 0 | 1100010 | 11 | 1000111 | 1100000 | 110001 |
Color Harmonies of #CBF705
Complementary color
Monochromatic Colors of #CBF705
Black with #CBF705
Text Example
Text Example
White with #CBF705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF705; }
p { color: rgb(203,247,5); }
H1.HeaderClassName
{
color: #CBF705;
}
.AnyTagClassName
{
color: #CBF705;
}
</style>
background-color css
<style>
a { background-color: #CBF705; }
a { background-color: rgb(203,247,5); }
div.DivClassName
{
background-color: #CBF705;
}
.BgClassName
{
background-color: #CBF705;
}
</style>
border-color css
<style>
span { border-color: #CBF705; }
span { border-color: rgb(203,247,5); }
td.TdClassName
{
border-color: #CBF705;
}
.TagClassName
{
border-color: #CBF705;
}
</style>