Shades of Electric Lime #CBF201
Tints of Electric Lime #CBF201
RGB
CMYK
RGB Variations
Color information
#CBF201 (or 0xCBF201) is known color: Electric Lime. HEX triplet: CB, F2 and 01. RGB value is (203,242,1). Sum of RGB (Red+Green+Blue) = 203+242+1=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF201 is #340DFE. Grayscale: #CBCBCB. Windows color (decimal): -3411455 or 127691. OLE color: 127691.
HSL color Cylindrical-coordinate representation of color #CBF201: hue angle of 69.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBF201 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.05 |
| HSL | 69.71º | 0.99% | 0.48% | - |
| HSV(B) | 69.71º | 1% | 0.95% | - |
| XYZ | 56.39 | 76.2 | 11.77 | - |
| YUV | 202.87 | 14.08 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 1 | 0.16 | 0 | 1.00 | 0.05 | 69.71 | 0.99 | 0.48 |
| Hex | CB | F2 | 1 | 10 | 0 | 64 | 5 | 46 | 63 | 30 |
| Octal | 313 | 362 | 1 | 20 | 0 | 144 | 5 | 106 | 143 | 60 |
| Binary | 11001011 | 11110010 | 1 | 10000 | 0 | 1100100 | 101 | 1000110 | 1100011 | 110000 |
Color Harmonies of #CBF201
Complementary color
Monochromatic Colors of #CBF201
Black with #CBF201
Text Example
Text Example
White with #CBF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF201; }
p { color: rgb(203,242,1); }
H1.HeaderClassName
{
color: #CBF201;
}
.AnyTagClassName
{
color: #CBF201;
}
</style>
background-color css
<style>
a { background-color: #CBF201; }
a { background-color: rgb(203,242,1); }
div.DivClassName
{
background-color: #CBF201;
}
.BgClassName
{
background-color: #CBF201;
}
</style>
border-color css
<style>
span { border-color: #CBF201; }
span { border-color: rgb(203,242,1); }
td.TdClassName
{
border-color: #CBF201;
}
.TagClassName
{
border-color: #CBF201;
}
</style>