Shades of Electric Lime #CBFF21
Tints of Electric Lime #CBFF21
RGB
CMYK
RGB Variations
Color information
#CBFF21 (or 0xCBFF21) is known color: Electric Lime. HEX triplet: CB, FF and 21. RGB value is (203,255,33). Sum of RGB (Red+Green+Blue) = 203+255+33=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 33 (13.28% from 255 or 6.72% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFF21 is #3400DE. Grayscale: #D6D6D6. Windows color (decimal): -3408095 or 2228171. OLE color: 2228171.
HSL color Cylindrical-coordinate representation of color #CBFF21: hue angle of 74.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBFF21 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 33 | - |
| CMYK | 0.20 | 0 | 0.87 | 0 |
| HSL | 74.05º | 1% | 0.56% | - |
| HSV(B) | 74.05º | 0.87% | 1% | - |
| XYZ | 60.66 | 84.33 | 14.52 | - |
| YUV | 214.14 | 25.77 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 33 | 0.20 | 0 | 0.87 | 0 | 74.05 | 1 | 0.56 |
| Hex | CB | FF | 21 | 14 | 0 | 57 | 0 | 4A | 64 | 38 |
| Octal | 313 | 377 | 41 | 24 | 0 | 127 | 0 | 112 | 144 | 70 |
| Binary | 11001011 | 11111111 | 100001 | 10100 | 0 | 1010111 | 0 | 1001010 | 1100100 | 111000 |
Color Harmonies of #CBFF21
Complementary color
Monochromatic Colors of #CBFF21
Black with #CBFF21
Text Example
Text Example
White with #CBFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF21; }
p { color: rgb(203,255,33); }
H1.HeaderClassName
{
color: #CBFF21;
}
.AnyTagClassName
{
color: #CBFF21;
}
</style>
background-color css
<style>
a { background-color: #CBFF21; }
a { background-color: rgb(203,255,33); }
div.DivClassName
{
background-color: #CBFF21;
}
.BgClassName
{
background-color: #CBFF21;
}
</style>
border-color css
<style>
span { border-color: #CBFF21; }
span { border-color: rgb(203,255,33); }
td.TdClassName
{
border-color: #CBFF21;
}
.TagClassName
{
border-color: #CBFF21;
}
</style>