Shades of Electric Lime #CBFE1B
Tints of Electric Lime #CBFE1B
RGB
CMYK
RGB Variations
Color information
#CBFE1B (or 0xCBFE1B) is known color: Electric Lime. HEX triplet: CB, FE and 1B. RGB value is (203,254,27). Sum of RGB (Red+Green+Blue) = 203+254+27=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 27 (10.94% from 255 or 5.58% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFE1B is #3401E4. Grayscale: #D5D5D5. Windows color (decimal): -3408357 or 1834699. OLE color: 1834699.
HSL color Cylindrical-coordinate representation of color #CBFE1B: hue angle of 73.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBFE1B is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 27 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.00 |
| HSL | 73.48º | 0.99% | 0.55% | - |
| HSV(B) | 73.48º | 0.89% | 1% | - |
| XYZ | 60.27 | 83.66 | 14.01 | - |
| YUV | 212.87 | 23.1 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 27 | 0.20 | 0 | 0.89 | 0.00 | 73.48 | 0.99 | 0.55 |
| Hex | CB | FE | 1B | 14 | 0 | 59 | 0 | 49 | 63 | 37 |
| Octal | 313 | 376 | 33 | 24 | 0 | 131 | 0 | 111 | 143 | 67 |
| Binary | 11001011 | 11111110 | 11011 | 10100 | 0 | 1011001 | 0 | 1001001 | 1100011 | 110111 |
Color Harmonies of #CBFE1B
Complementary color
Monochromatic Colors of #CBFE1B
Black with #CBFE1B
Text Example
Text Example
White with #CBFE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE1B; }
p { color: rgb(203,254,27); }
H1.HeaderClassName
{
color: #CBFE1B;
}
.AnyTagClassName
{
color: #CBFE1B;
}
</style>
background-color css
<style>
a { background-color: #CBFE1B; }
a { background-color: rgb(203,254,27); }
div.DivClassName
{
background-color: #CBFE1B;
}
.BgClassName
{
background-color: #CBFE1B;
}
</style>
border-color css
<style>
span { border-color: #CBFE1B; }
span { border-color: rgb(203,254,27); }
td.TdClassName
{
border-color: #CBFE1B;
}
.TagClassName
{
border-color: #CBFE1B;
}
</style>