Shades of Electric Lime #CBF513
Tints of Electric Lime #CBF513
RGB
CMYK
RGB Variations
Color information
#CBF513 (or 0xCBF513) is known color: Electric Lime. HEX triplet: CB, F5 and 13. RGB value is (203,245,19). Sum of RGB (Red+Green+Blue) = 203+245+19=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF513 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF513 is #340AEC. Grayscale: #CFCFCF. Windows color (decimal): -3410669 or 1308107. OLE color: 1308107.
HSL color Cylindrical-coordinate representation of color #CBF513: hue angle of 71.15º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBF513 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 19 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.04 |
| HSL | 71.15º | 0.92% | 0.52% | - |
| HSV(B) | 71.15º | 0.92% | 0.96% | - |
| XYZ | 57.4 | 78.05 | 12.66 | - |
| YUV | 206.68 | 22.09 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 19 | 0.17 | 0 | 0.92 | 0.04 | 71.15 | 0.92 | 0.52 |
| Hex | CB | F5 | 13 | 11 | 0 | 5C | 4 | 47 | 5C | 34 |
| Octal | 313 | 365 | 23 | 21 | 0 | 134 | 4 | 107 | 134 | 64 |
| Binary | 11001011 | 11110101 | 10011 | 10001 | 0 | 1011100 | 100 | 1000111 | 1011100 | 110100 |
Color Harmonies of #CBF513
Complementary color
Monochromatic Colors of #CBF513
Black with #CBF513
Text Example
Text Example
White with #CBF513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF513; }
p { color: rgb(203,245,19); }
H1.HeaderClassName
{
color: #CBF513;
}
.AnyTagClassName
{
color: #CBF513;
}
</style>
background-color css
<style>
a { background-color: #CBF513; }
a { background-color: rgb(203,245,19); }
div.DivClassName
{
background-color: #CBF513;
}
.BgClassName
{
background-color: #CBF513;
}
</style>
border-color css
<style>
span { border-color: #CBF513; }
span { border-color: rgb(203,245,19); }
td.TdClassName
{
border-color: #CBF513;
}
.TagClassName
{
border-color: #CBF513;
}
</style>