Shades of Electric Lime #CBF617
Tints of Electric Lime #CBF617
RGB
CMYK
RGB Variations
Color information
#CBF617 (or 0xCBF617) is known color: Electric Lime. HEX triplet: CB, F6 and 17. RGB value is (203,246,23). Sum of RGB (Red+Green+Blue) = 203+246+23=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF617 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF617 is #3409E8. Grayscale: #D0D0D0. Windows color (decimal): -3410409 or 1570507. OLE color: 1570507.
HSL color Cylindrical-coordinate representation of color #CBF617: hue angle of 71.57º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBF617 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 23 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.04 |
| HSL | 71.57º | 0.93% | 0.53% | - |
| HSV(B) | 71.57º | 0.91% | 0.96% | - |
| XYZ | 57.74 | 78.67 | 12.95 | - |
| YUV | 207.72 | 23.75 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 23 | 0.17 | 0 | 0.91 | 0.04 | 71.57 | 0.93 | 0.53 |
| Hex | CB | F6 | 17 | 11 | 0 | 5B | 4 | 48 | 5D | 35 |
| Octal | 313 | 366 | 27 | 21 | 0 | 133 | 4 | 110 | 135 | 65 |
| Binary | 11001011 | 11110110 | 10111 | 10001 | 0 | 1011011 | 100 | 1001000 | 1011101 | 110101 |
Color Harmonies of #CBF617
Complementary color
Monochromatic Colors of #CBF617
Black with #CBF617
Text Example
Text Example
White with #CBF617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF617; }
p { color: rgb(203,246,23); }
H1.HeaderClassName
{
color: #CBF617;
}
.AnyTagClassName
{
color: #CBF617;
}
</style>
background-color css
<style>
a { background-color: #CBF617; }
a { background-color: rgb(203,246,23); }
div.DivClassName
{
background-color: #CBF617;
}
.BgClassName
{
background-color: #CBF617;
}
</style>
border-color css
<style>
span { border-color: #CBF617; }
span { border-color: rgb(203,246,23); }
td.TdClassName
{
border-color: #CBF617;
}
.TagClassName
{
border-color: #CBF617;
}
</style>