Shades of Electric Lime #CBF41A
Tints of Electric Lime #CBF41A
RGB
CMYK
RGB Variations
Color information
#CBF41A (or 0xCBF41A) is known color: Electric Lime. HEX triplet: CB, F4 and 1A. RGB value is (203,244,26). Sum of RGB (Red+Green+Blue) = 203+244+26=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF41A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF41A is #340BE5. Grayscale: #CFCFCF. Windows color (decimal): -3410918 or 1766603. OLE color: 1766603.
HSL color Cylindrical-coordinate representation of color #CBF41A: hue angle of 71.28º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBF41A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 26 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.04 |
| HSL | 71.28º | 0.91% | 0.53% | - |
| HSV(B) | 71.28º | 0.89% | 0.96% | - |
| XYZ | 57.17 | 77.47 | 12.92 | - |
| YUV | 206.89 | 25.92 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 26 | 0.17 | 0 | 0.89 | 0.04 | 71.28 | 0.91 | 0.53 |
| Hex | CB | F4 | 1A | 11 | 0 | 59 | 4 | 47 | 5B | 35 |
| Octal | 313 | 364 | 32 | 21 | 0 | 131 | 4 | 107 | 133 | 65 |
| Binary | 11001011 | 11110100 | 11010 | 10001 | 0 | 1011001 | 100 | 1000111 | 1011011 | 110101 |
Color Harmonies of #CBF41A
Complementary color
Monochromatic Colors of #CBF41A
Black with #CBF41A
Text Example
Text Example
White with #CBF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF41A; }
p { color: rgb(203,244,26); }
H1.HeaderClassName
{
color: #CBF41A;
}
.AnyTagClassName
{
color: #CBF41A;
}
</style>
background-color css
<style>
a { background-color: #CBF41A; }
a { background-color: rgb(203,244,26); }
div.DivClassName
{
background-color: #CBF41A;
}
.BgClassName
{
background-color: #CBF41A;
}
</style>
border-color css
<style>
span { border-color: #CBF41A; }
span { border-color: rgb(203,244,26); }
td.TdClassName
{
border-color: #CBF41A;
}
.TagClassName
{
border-color: #CBF41A;
}
</style>