Shades of Electric Lime #CBF90A
Tints of Electric Lime #CBF90A
RGB
CMYK
RGB Variations
Color information
#CBF90A (or 0xCBF90A) is known color: Electric Lime. HEX triplet: CB, F9 and 0A. RGB value is (203,249,10). Sum of RGB (Red+Green+Blue) = 203+249+10=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF90A is #3406F5. Grayscale: #D0D0D0. Windows color (decimal): -3409654 or 719307. OLE color: 719307.
HSL color Cylindrical-coordinate representation of color #CBF90A: hue angle of 71.55º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBF90A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 10 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.02 |
| HSL | 71.55º | 0.95% | 0.51% | - |
| HSV(B) | 71.55º | 0.96% | 0.98% | - |
| XYZ | 58.56 | 80.47 | 12.73 | - |
| YUV | 208 | 16.26 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 10 | 0.18 | 0 | 0.96 | 0.02 | 71.55 | 0.95 | 0.51 |
| Hex | CB | F9 | A | 12 | 0 | 60 | 2 | 48 | 5F | 33 |
| Octal | 313 | 371 | 12 | 22 | 0 | 140 | 2 | 110 | 137 | 63 |
| Binary | 11001011 | 11111001 | 1010 | 10010 | 0 | 1100000 | 10 | 1001000 | 1011111 | 110011 |
Color Harmonies of #CBF90A
Complementary color
Monochromatic Colors of #CBF90A
Black with #CBF90A
Text Example
Text Example
White with #CBF90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF90A; }
p { color: rgb(203,249,10); }
H1.HeaderClassName
{
color: #CBF90A;
}
.AnyTagClassName
{
color: #CBF90A;
}
</style>
background-color css
<style>
a { background-color: #CBF90A; }
a { background-color: rgb(203,249,10); }
div.DivClassName
{
background-color: #CBF90A;
}
.BgClassName
{
background-color: #CBF90A;
}
</style>
border-color css
<style>
span { border-color: #CBF90A; }
span { border-color: rgb(203,249,10); }
td.TdClassName
{
border-color: #CBF90A;
}
.TagClassName
{
border-color: #CBF90A;
}
</style>