Shades of Electric Lime #CBFD20
Tints of Electric Lime #CBFD20
RGB
CMYK
RGB Variations
Color information
#CBFD20 (or 0xCBFD20) is known color: Electric Lime. HEX triplet: CB, FD and 20. RGB value is (203,253,32). Sum of RGB (Red+Green+Blue) = 203+253+32=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFD20 is #3402DF. Grayscale: #D5D5D5. Windows color (decimal): -3408608 or 2162123. OLE color: 2162123.
HSL color Cylindrical-coordinate representation of color #CBFD20: hue angle of 73.57º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBFD20 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 32 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.01 |
| HSL | 73.57º | 0.98% | 0.56% | - |
| HSV(B) | 73.57º | 0.87% | 0.99% | - |
| XYZ | 60.01 | 83.05 | 14.23 | - |
| YUV | 212.86 | 25.94 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 32 | 0.20 | 0 | 0.87 | 0.01 | 73.57 | 0.98 | 0.56 |
| Hex | CB | FD | 20 | 14 | 0 | 57 | 1 | 4A | 62 | 38 |
| Octal | 313 | 375 | 40 | 24 | 0 | 127 | 1 | 112 | 142 | 70 |
| Binary | 11001011 | 11111101 | 100000 | 10100 | 0 | 1010111 | 1 | 1001010 | 1100010 | 111000 |
Color Harmonies of #CBFD20
Complementary color
Monochromatic Colors of #CBFD20
Black with #CBFD20
Text Example
Text Example
White with #CBFD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD20; }
p { color: rgb(203,253,32); }
H1.HeaderClassName
{
color: #CBFD20;
}
.AnyTagClassName
{
color: #CBFD20;
}
</style>
background-color css
<style>
a { background-color: #CBFD20; }
a { background-color: rgb(203,253,32); }
div.DivClassName
{
background-color: #CBFD20;
}
.BgClassName
{
background-color: #CBFD20;
}
</style>
border-color css
<style>
span { border-color: #CBFD20; }
span { border-color: rgb(203,253,32); }
td.TdClassName
{
border-color: #CBFD20;
}
.TagClassName
{
border-color: #CBFD20;
}
</style>