Shades of Electric Lime #CBF311
Tints of Electric Lime #CBF311
RGB
CMYK
RGB Variations
Color information
#CBF311 (or 0xCBF311) is known color: Electric Lime. HEX triplet: CB, F3 and 11. RGB value is (203,243,17). Sum of RGB (Red+Green+Blue) = 203+243+17=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF311 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF311 is #340CEE. Grayscale: #CECECE. Windows color (decimal): -3411183 or 1176523. OLE color: 1176523.
HSL color Cylindrical-coordinate representation of color #CBF311: hue angle of 70.62º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF311 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 17 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.05 |
| HSL | 70.62º | 0.9% | 0.51% | - |
| HSV(B) | 70.62º | 0.93% | 0.95% | - |
| XYZ | 56.78 | 76.84 | 12.37 | - |
| YUV | 205.28 | 21.75 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 17 | 0.16 | 0 | 0.93 | 0.05 | 70.62 | 0.9 | 0.51 |
| Hex | CB | F3 | 11 | 10 | 0 | 5D | 5 | 47 | 5A | 33 |
| Octal | 313 | 363 | 21 | 20 | 0 | 135 | 5 | 107 | 132 | 63 |
| Binary | 11001011 | 11110011 | 10001 | 10000 | 0 | 1011101 | 101 | 1000111 | 1011010 | 110011 |
Color Harmonies of #CBF311
Complementary color
Monochromatic Colors of #CBF311
Black with #CBF311
Text Example
Text Example
White with #CBF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF311; }
p { color: rgb(203,243,17); }
H1.HeaderClassName
{
color: #CBF311;
}
.AnyTagClassName
{
color: #CBF311;
}
</style>
background-color css
<style>
a { background-color: #CBF311; }
a { background-color: rgb(203,243,17); }
div.DivClassName
{
background-color: #CBF311;
}
.BgClassName
{
background-color: #CBF311;
}
</style>
border-color css
<style>
span { border-color: #CBF311; }
span { border-color: rgb(203,243,17); }
td.TdClassName
{
border-color: #CBF311;
}
.TagClassName
{
border-color: #CBF311;
}
</style>