Shades of Electric Lime #CBFD17
Tints of Electric Lime #CBFD17
RGB
CMYK
RGB Variations
Color information
#CBFD17 (or 0xCBFD17) is known color: Electric Lime. HEX triplet: CB, FD and 17. RGB value is (203,253,23). Sum of RGB (Red+Green+Blue) = 203+253+23=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 23 (9.38% from 255 or 4.80% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFD17 is #3402E8. Grayscale: #D4D4D4. Windows color (decimal): -3408617 or 1572299. OLE color: 1572299.
HSL color Cylindrical-coordinate representation of color #CBFD17: hue angle of 73.04º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBFD17 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 23 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.01 |
| HSL | 73.04º | 0.98% | 0.54% | - |
| HSV(B) | 73.04º | 0.91% | 0.99% | - |
| XYZ | 59.91 | 83.01 | 13.68 | - |
| YUV | 211.83 | 21.44 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 23 | 0.20 | 0 | 0.91 | 0.01 | 73.04 | 0.98 | 0.54 |
| Hex | CB | FD | 17 | 14 | 0 | 5B | 1 | 49 | 62 | 36 |
| Octal | 313 | 375 | 27 | 24 | 0 | 133 | 1 | 111 | 142 | 66 |
| Binary | 11001011 | 11111101 | 10111 | 10100 | 0 | 1011011 | 1 | 1001001 | 1100010 | 110110 |
Color Harmonies of #CBFD17
Complementary color
Monochromatic Colors of #CBFD17
Black with #CBFD17
Text Example
Text Example
White with #CBFD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD17; }
p { color: rgb(203,253,23); }
H1.HeaderClassName
{
color: #CBFD17;
}
.AnyTagClassName
{
color: #CBFD17;
}
</style>
background-color css
<style>
a { background-color: #CBFD17; }
a { background-color: rgb(203,253,23); }
div.DivClassName
{
background-color: #CBFD17;
}
.BgClassName
{
background-color: #CBFD17;
}
</style>
border-color css
<style>
span { border-color: #CBFD17; }
span { border-color: rgb(203,253,23); }
td.TdClassName
{
border-color: #CBFD17;
}
.TagClassName
{
border-color: #CBFD17;
}
</style>