Shades of Electric Lime #CBF313
Tints of Electric Lime #CBF313
RGB
CMYK
RGB Variations
Color information
#CBF313 (or 0xCBF313) is known color: Electric Lime. HEX triplet: CB, F3 and 13. RGB value is (203,243,19). Sum of RGB (Red+Green+Blue) = 203+243+19=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF313 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF313 is #340CEC. Grayscale: #CECECE. Windows color (decimal): -3411181 or 1307595. OLE color: 1307595.
HSL color Cylindrical-coordinate representation of color #CBF313: hue angle of 70.71º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBF313 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 19 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.05 |
| HSL | 70.71º | 0.9% | 0.51% | - |
| HSV(B) | 70.71º | 0.92% | 0.95% | - |
| XYZ | 56.8 | 76.84 | 12.46 | - |
| YUV | 205.5 | 22.75 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 19 | 0.16 | 0 | 0.92 | 0.05 | 70.71 | 0.9 | 0.51 |
| Hex | CB | F3 | 13 | 10 | 0 | 5C | 5 | 47 | 5A | 33 |
| Octal | 313 | 363 | 23 | 20 | 0 | 134 | 5 | 107 | 132 | 63 |
| Binary | 11001011 | 11110011 | 10011 | 10000 | 0 | 1011100 | 101 | 1000111 | 1011010 | 110011 |
Color Harmonies of #CBF313
Complementary color
Monochromatic Colors of #CBF313
Black with #CBF313
Text Example
Text Example
White with #CBF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF313; }
p { color: rgb(203,243,19); }
H1.HeaderClassName
{
color: #CBF313;
}
.AnyTagClassName
{
color: #CBF313;
}
</style>
background-color css
<style>
a { background-color: #CBF313; }
a { background-color: rgb(203,243,19); }
div.DivClassName
{
background-color: #CBF313;
}
.BgClassName
{
background-color: #CBF313;
}
</style>
border-color css
<style>
span { border-color: #CBF313; }
span { border-color: rgb(203,243,19); }
td.TdClassName
{
border-color: #CBF313;
}
.TagClassName
{
border-color: #CBF313;
}
</style>