Shades of Electric Lime #CDFC01
Tints of Electric Lime #CDFC01
RGB
CMYK
RGB Variations
Color information
#CDFC01 (or 0xCDFC01) is known color: Electric Lime. HEX triplet: CD, FC and 01. RGB value is (205,252,1). Sum of RGB (Red+Green+Blue) = 205+252+1=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFC01 is #3203FE. Grayscale: #D2D2D2. Windows color (decimal): -3277823 or 130253. OLE color: 130253.
HSL color Cylindrical-coordinate representation of color #CDFC01: hue angle of 71.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDFC01 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.01 |
| HSL | 71.24º | 0.99% | 0.5% | - |
| HSV(B) | 71.24º | 1% | 0.99% | - |
| XYZ | 59.99 | 82.6 | 12.81 | - |
| YUV | 209.33 | 10.43 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 1 | 0.19 | 0 | 1.00 | 0.01 | 71.24 | 0.99 | 0.5 |
| Hex | CD | FC | 1 | 13 | 0 | 64 | 1 | 47 | 63 | 32 |
| Octal | 315 | 374 | 1 | 23 | 0 | 144 | 1 | 107 | 143 | 62 |
| Binary | 11001101 | 11111100 | 1 | 10011 | 0 | 1100100 | 1 | 1000111 | 1100011 | 110010 |
Color Harmonies of #CDFC01
Complementary color
Monochromatic Colors of #CDFC01
Black with #CDFC01
Text Example
Text Example
White with #CDFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC01; }
p { color: rgb(205,252,1); }
H1.HeaderClassName
{
color: #CDFC01;
}
.AnyTagClassName
{
color: #CDFC01;
}
</style>
background-color css
<style>
a { background-color: #CDFC01; }
a { background-color: rgb(205,252,1); }
div.DivClassName
{
background-color: #CDFC01;
}
.BgClassName
{
background-color: #CDFC01;
}
</style>
border-color css
<style>
span { border-color: #CDFC01; }
span { border-color: rgb(205,252,1); }
td.TdClassName
{
border-color: #CDFC01;
}
.TagClassName
{
border-color: #CDFC01;
}
</style>