Shades of Electric Lime #CBF416
Tints of Electric Lime #CBF416
RGB
CMYK
RGB Variations
Color information
#CBF416 (or 0xCBF416) is known color: Electric Lime. HEX triplet: CB, F4 and 16. RGB value is (203,244,22). Sum of RGB (Red+Green+Blue) = 203+244+22=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 244 (95.70% from 255 or 52.03% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF416 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF416 is #340BE9. Grayscale: #CFCFCF. Windows color (decimal): -3410922 or 1504459. OLE color: 1504459.
HSL color Cylindrical-coordinate representation of color #CBF416: hue angle of 71.08º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBF416 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 22 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.04 |
| HSL | 71.08º | 0.91% | 0.52% | - |
| HSV(B) | 71.08º | 0.91% | 0.96% | - |
| XYZ | 57.12 | 77.46 | 12.7 | - |
| YUV | 206.43 | 23.92 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 22 | 0.17 | 0 | 0.91 | 0.04 | 71.08 | 0.91 | 0.52 |
| Hex | CB | F4 | 16 | 11 | 0 | 5B | 4 | 47 | 5B | 34 |
| Octal | 313 | 364 | 26 | 21 | 0 | 133 | 4 | 107 | 133 | 64 |
| Binary | 11001011 | 11110100 | 10110 | 10001 | 0 | 1011011 | 100 | 1000111 | 1011011 | 110100 |
Color Harmonies of #CBF416
Complementary color
Monochromatic Colors of #CBF416
Black with #CBF416
Text Example
Text Example
White with #CBF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF416; }
p { color: rgb(203,244,22); }
H1.HeaderClassName
{
color: #CBF416;
}
.AnyTagClassName
{
color: #CBF416;
}
</style>
background-color css
<style>
a { background-color: #CBF416; }
a { background-color: rgb(203,244,22); }
div.DivClassName
{
background-color: #CBF416;
}
.BgClassName
{
background-color: #CBF416;
}
</style>
border-color css
<style>
span { border-color: #CBF416; }
span { border-color: rgb(203,244,22); }
td.TdClassName
{
border-color: #CBF416;
}
.TagClassName
{
border-color: #CBF416;
}
</style>