Shades of Electric Lime #CBFE19
Tints of Electric Lime #CBFE19
RGB
CMYK
RGB Variations
Color information
#CBFE19 (or 0xCBFE19) is known color: Electric Lime. HEX triplet: CB, FE and 19. RGB value is (203,254,25). Sum of RGB (Red+Green+Blue) = 203+254+25=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE19 is #3401E6. Grayscale: #D5D5D5. Windows color (decimal): -3408359 or 1703627. OLE color: 1703627.
HSL color Cylindrical-coordinate representation of color #CBFE19: hue angle of 73.36º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBFE19 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 25 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.00 |
| HSL | 73.36º | 0.99% | 0.55% | - |
| HSV(B) | 73.36º | 0.9% | 1% | - |
| XYZ | 60.25 | 83.65 | 13.89 | - |
| YUV | 212.65 | 22.1 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 25 | 0.20 | 0 | 0.90 | 0.00 | 73.36 | 0.99 | 0.55 |
| Hex | CB | FE | 19 | 14 | 0 | 5A | 0 | 49 | 63 | 37 |
| Octal | 313 | 376 | 31 | 24 | 0 | 132 | 0 | 111 | 143 | 67 |
| Binary | 11001011 | 11111110 | 11001 | 10100 | 0 | 1011010 | 0 | 1001001 | 1100011 | 110111 |
Color Harmonies of #CBFE19
Complementary color
Monochromatic Colors of #CBFE19
Black with #CBFE19
Text Example
Text Example
White with #CBFE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE19; }
p { color: rgb(203,254,25); }
H1.HeaderClassName
{
color: #CBFE19;
}
.AnyTagClassName
{
color: #CBFE19;
}
</style>
background-color css
<style>
a { background-color: #CBFE19; }
a { background-color: rgb(203,254,25); }
div.DivClassName
{
background-color: #CBFE19;
}
.BgClassName
{
background-color: #CBFE19;
}
</style>
border-color css
<style>
span { border-color: #CBFE19; }
span { border-color: rgb(203,254,25); }
td.TdClassName
{
border-color: #CBFE19;
}
.TagClassName
{
border-color: #CBFE19;
}
</style>