Shades of Electric Lime #CBF616
Tints of Electric Lime #CBF616
RGB
CMYK
RGB Variations
Color information
#CBF616 (or 0xCBF616) is known color: Electric Lime. HEX triplet: CB, F6 and 16. RGB value is (203,246,22). Sum of RGB (Red+Green+Blue) = 203+246+22=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF616 is #3409E9. Grayscale: #D0D0D0. Windows color (decimal): -3410410 or 1504971. OLE color: 1504971.
HSL color Cylindrical-coordinate representation of color #CBF616: hue angle of 71.52º 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 #CBF616 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 22 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.04 |
| HSL | 71.52º | 0.93% | 0.53% | - |
| HSV(B) | 71.52º | 0.91% | 0.96% | - |
| XYZ | 57.73 | 78.67 | 12.9 | - |
| YUV | 207.61 | 23.25 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 22 | 0.17 | 0 | 0.91 | 0.04 | 71.52 | 0.93 | 0.53 |
| Hex | CB | F6 | 16 | 11 | 0 | 5B | 4 | 48 | 5D | 35 |
| Octal | 313 | 366 | 26 | 21 | 0 | 133 | 4 | 110 | 135 | 65 |
| Binary | 11001011 | 11110110 | 10110 | 10001 | 0 | 1011011 | 100 | 1001000 | 1011101 | 110101 |
Color Harmonies of #CBF616
Complementary color
Monochromatic Colors of #CBF616
Black with #CBF616
Text Example
Text Example
White with #CBF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF616; }
p { color: rgb(203,246,22); }
H1.HeaderClassName
{
color: #CBF616;
}
.AnyTagClassName
{
color: #CBF616;
}
</style>
background-color css
<style>
a { background-color: #CBF616; }
a { background-color: rgb(203,246,22); }
div.DivClassName
{
background-color: #CBF616;
}
.BgClassName
{
background-color: #CBF616;
}
</style>
border-color css
<style>
span { border-color: #CBF616; }
span { border-color: rgb(203,246,22); }
td.TdClassName
{
border-color: #CBF616;
}
.TagClassName
{
border-color: #CBF616;
}
</style>