Shades of Electric Lime #CBFF18
Tints of Electric Lime #CBFF18
RGB
CMYK
RGB Variations
Color information
#CBFF18 (or 0xCBFF18) is known color: Electric Lime. HEX triplet: CB, FF and 18. RGB value is (203,255,24). Sum of RGB (Red+Green+Blue) = 203+255+24=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF18 is #3400E7. Grayscale: #D5D5D5. Windows color (decimal): -3408104 or 1638347. OLE color: 1638347.
HSL color Cylindrical-coordinate representation of color #CBFF18: hue angle of 73.51º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBFF18 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 24 | - |
| CMYK | 0.20 | 0 | 0.91 | 0 |
| HSL | 73.51º | 1% | 0.55% | - |
| HSV(B) | 73.51º | 0.91% | 1% | - |
| XYZ | 60.55 | 84.28 | 13.94 | - |
| YUV | 213.12 | 21.27 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 24 | 0.20 | 0 | 0.91 | 0 | 73.51 | 1 | 0.55 |
| Hex | CB | FF | 18 | 14 | 0 | 5B | 0 | 4A | 64 | 37 |
| Octal | 313 | 377 | 30 | 24 | 0 | 133 | 0 | 112 | 144 | 67 |
| Binary | 11001011 | 11111111 | 11000 | 10100 | 0 | 1011011 | 0 | 1001010 | 1100100 | 110111 |
Color Harmonies of #CBFF18
Complementary color
Monochromatic Colors of #CBFF18
Black with #CBFF18
Text Example
Text Example
White with #CBFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF18; }
p { color: rgb(203,255,24); }
H1.HeaderClassName
{
color: #CBFF18;
}
.AnyTagClassName
{
color: #CBFF18;
}
</style>
background-color css
<style>
a { background-color: #CBFF18; }
a { background-color: rgb(203,255,24); }
div.DivClassName
{
background-color: #CBFF18;
}
.BgClassName
{
background-color: #CBFF18;
}
</style>
border-color css
<style>
span { border-color: #CBFF18; }
span { border-color: rgb(203,255,24); }
td.TdClassName
{
border-color: #CBFF18;
}
.TagClassName
{
border-color: #CBFF18;
}
</style>