Shades of Electric Lime #CBFE1D
Tints of Electric Lime #CBFE1D
RGB
CMYK
RGB Variations
Color information
#CBFE1D (or 0xCBFE1D) is known color: Electric Lime. HEX triplet: CB, FE and 1D. RGB value is (203,254,29). Sum of RGB (Red+Green+Blue) = 203+254+29=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFE1D is #3401E2. Grayscale: #D5D5D5. Windows color (decimal): -3408355 or 1965771. OLE color: 1965771.
HSL color Cylindrical-coordinate representation of color #CBFE1D: hue angle of 73.6º 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 #CBFE1D is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 29 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.00 |
| HSL | 73.6º | 0.99% | 0.55% | - |
| HSV(B) | 73.6º | 0.89% | 1% | - |
| XYZ | 60.29 | 83.67 | 14.13 | - |
| YUV | 213.1 | 24.1 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 29 | 0.20 | 0 | 0.89 | 0.00 | 73.6 | 0.99 | 0.55 |
| Hex | CB | FE | 1D | 14 | 0 | 59 | 0 | 4A | 63 | 37 |
| Octal | 313 | 376 | 35 | 24 | 0 | 131 | 0 | 112 | 143 | 67 |
| Binary | 11001011 | 11111110 | 11101 | 10100 | 0 | 1011001 | 0 | 1001010 | 1100011 | 110111 |
Color Harmonies of #CBFE1D
Complementary color
Monochromatic Colors of #CBFE1D
Black with #CBFE1D
Text Example
Text Example
White with #CBFE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE1D; }
p { color: rgb(203,254,29); }
H1.HeaderClassName
{
color: #CBFE1D;
}
.AnyTagClassName
{
color: #CBFE1D;
}
</style>
background-color css
<style>
a { background-color: #CBFE1D; }
a { background-color: rgb(203,254,29); }
div.DivClassName
{
background-color: #CBFE1D;
}
.BgClassName
{
background-color: #CBFE1D;
}
</style>
border-color css
<style>
span { border-color: #CBFE1D; }
span { border-color: rgb(203,254,29); }
td.TdClassName
{
border-color: #CBFE1D;
}
.TagClassName
{
border-color: #CBFE1D;
}
</style>