Shades of Electric Lime #CBF916
Tints of Electric Lime #CBF916
RGB
CMYK
RGB Variations
Color information
#CBF916 (or 0xCBF916) is known color: Electric Lime. HEX triplet: CB, F9 and 16. RGB value is (203,249,22). Sum of RGB (Red+Green+Blue) = 203+249+22=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF916 is #3406E9. Grayscale: #D2D2D2. Windows color (decimal): -3409642 or 1505739. OLE color: 1505739.
HSL color Cylindrical-coordinate representation of color #CBF916: hue angle of 72.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBF916 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 22 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.02 |
| HSL | 72.16º | 0.95% | 0.53% | - |
| HSV(B) | 72.16º | 0.91% | 0.98% | - |
| XYZ | 58.65 | 80.51 | 13.21 | - |
| YUV | 209.37 | 22.26 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 22 | 0.18 | 0 | 0.91 | 0.02 | 72.16 | 0.95 | 0.53 |
| Hex | CB | F9 | 16 | 12 | 0 | 5B | 2 | 48 | 5F | 35 |
| Octal | 313 | 371 | 26 | 22 | 0 | 133 | 2 | 110 | 137 | 65 |
| Binary | 11001011 | 11111001 | 10110 | 10010 | 0 | 1011011 | 10 | 1001000 | 1011111 | 110101 |
Color Harmonies of #CBF916
Complementary color
Monochromatic Colors of #CBF916
Black with #CBF916
Text Example
Text Example
White with #CBF916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF916; }
p { color: rgb(203,249,22); }
H1.HeaderClassName
{
color: #CBF916;
}
.AnyTagClassName
{
color: #CBF916;
}
</style>
background-color css
<style>
a { background-color: #CBF916; }
a { background-color: rgb(203,249,22); }
div.DivClassName
{
background-color: #CBF916;
}
.BgClassName
{
background-color: #CBF916;
}
</style>
border-color css
<style>
span { border-color: #CBF916; }
span { border-color: rgb(203,249,22); }
td.TdClassName
{
border-color: #CBF916;
}
.TagClassName
{
border-color: #CBF916;
}
</style>