Shades of Electric Lime #CBF519
Tints of Electric Lime #CBF519
RGB
CMYK
RGB Variations
Color information
#CBF519 (or 0xCBF519) is known color: Electric Lime. HEX triplet: CB, F5 and 19. RGB value is (203,245,25). Sum of RGB (Red+Green+Blue) = 203+245+25=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 245 (96.09% from 255 or 51.80% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF519 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF519 is #340AE6. Grayscale: #D0D0D0. Windows color (decimal): -3410663 or 1701323. OLE color: 1701323.
HSL color Cylindrical-coordinate representation of color #CBF519: hue angle of 71.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBF519 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 25 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.04 |
| HSL | 71.45º | 0.92% | 0.53% | - |
| HSV(B) | 71.45º | 0.9% | 0.96% | - |
| XYZ | 57.46 | 78.07 | 12.96 | - |
| YUV | 207.36 | 25.09 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 25 | 0.17 | 0 | 0.90 | 0.04 | 71.45 | 0.92 | 0.53 |
| Hex | CB | F5 | 19 | 11 | 0 | 5A | 4 | 47 | 5C | 35 |
| Octal | 313 | 365 | 31 | 21 | 0 | 132 | 4 | 107 | 134 | 65 |
| Binary | 11001011 | 11110101 | 11001 | 10001 | 0 | 1011010 | 100 | 1000111 | 1011100 | 110101 |
Color Harmonies of #CBF519
Complementary color
Monochromatic Colors of #CBF519
Black with #CBF519
Text Example
Text Example
White with #CBF519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF519; }
p { color: rgb(203,245,25); }
H1.HeaderClassName
{
color: #CBF519;
}
.AnyTagClassName
{
color: #CBF519;
}
</style>
background-color css
<style>
a { background-color: #CBF519; }
a { background-color: rgb(203,245,25); }
div.DivClassName
{
background-color: #CBF519;
}
.BgClassName
{
background-color: #CBF519;
}
</style>
border-color css
<style>
span { border-color: #CBF519; }
span { border-color: rgb(203,245,25); }
td.TdClassName
{
border-color: #CBF519;
}
.TagClassName
{
border-color: #CBF519;
}
</style>