Shades of Electric Lime #CBFE0C
Tints of Electric Lime #CBFE0C
RGB
CMYK
RGB Variations
Color information
#CBFE0C (or 0xCBFE0C) is known color: Electric Lime. HEX triplet: CB, FE and 0C. RGB value is (203,254,12). Sum of RGB (Red+Green+Blue) = 203+254+12=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE0C is #3401F3. Grayscale: #D4D4D4. Windows color (decimal): -3408372 or 851659. OLE color: 851659.
HSL color Cylindrical-coordinate representation of color #CBFE0C: hue angle of 72.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBFE0C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 12 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.00 |
| HSL | 72.64º | 0.99% | 0.52% | - |
| HSV(B) | 72.64º | 0.95% | 1% | - |
| XYZ | 60.14 | 83.61 | 13.32 | - |
| YUV | 211.16 | 15.6 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 12 | 0.20 | 0 | 0.95 | 0.00 | 72.64 | 0.99 | 0.52 |
| Hex | CB | FE | C | 14 | 0 | 5F | 0 | 49 | 63 | 34 |
| Octal | 313 | 376 | 14 | 24 | 0 | 137 | 0 | 111 | 143 | 64 |
| Binary | 11001011 | 11111110 | 1100 | 10100 | 0 | 1011111 | 0 | 1001001 | 1100011 | 110100 |
Color Harmonies of #CBFE0C
Complementary color
Monochromatic Colors of #CBFE0C
Black with #CBFE0C
Text Example
Text Example
White with #CBFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE0C; }
p { color: rgb(203,254,12); }
H1.HeaderClassName
{
color: #CBFE0C;
}
.AnyTagClassName
{
color: #CBFE0C;
}
</style>
background-color css
<style>
a { background-color: #CBFE0C; }
a { background-color: rgb(203,254,12); }
div.DivClassName
{
background-color: #CBFE0C;
}
.BgClassName
{
background-color: #CBFE0C;
}
</style>
border-color css
<style>
span { border-color: #CBFE0C; }
span { border-color: rgb(203,254,12); }
td.TdClassName
{
border-color: #CBFE0C;
}
.TagClassName
{
border-color: #CBFE0C;
}
</style>