Shades of Electric Lime #CDFE03
Tints of Electric Lime #CDFE03
RGB
CMYK
RGB Variations
Color information
#CDFE03 (or 0xCDFE03) is known color: Electric Lime. HEX triplet: CD, FE and 03. RGB value is (205,254,3). Sum of RGB (Red+Green+Blue) = 205+254+3=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 3 (1.56% from 255 or 0.65% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFE03 is #3201FC. Grayscale: #D3D3D3. Windows color (decimal): -3277309 or 261837. OLE color: 261837.
HSL color Cylindrical-coordinate representation of color #CDFE03: hue angle of 71.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDFE03 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 3 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.00 |
| HSL | 71.71º | 0.99% | 0.5% | - |
| HSV(B) | 71.71º | 0.99% | 1% | - |
| XYZ | 60.64 | 83.87 | 13.08 | - |
| YUV | 210.74 | 10.77 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 3 | 0.19 | 0 | 0.99 | 0.00 | 71.71 | 0.99 | 0.5 |
| Hex | CD | FE | 3 | 13 | 0 | 63 | 0 | 48 | 63 | 32 |
| Octal | 315 | 376 | 3 | 23 | 0 | 143 | 0 | 110 | 143 | 62 |
| Binary | 11001101 | 11111110 | 11 | 10011 | 0 | 1100011 | 0 | 1001000 | 1100011 | 110010 |
Color Harmonies of #CDFE03
Complementary color
Monochromatic Colors of #CDFE03
Black with #CDFE03
Text Example
Text Example
White with #CDFE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE03; }
p { color: rgb(205,254,3); }
H1.HeaderClassName
{
color: #CDFE03;
}
.AnyTagClassName
{
color: #CDFE03;
}
</style>
background-color css
<style>
a { background-color: #CDFE03; }
a { background-color: rgb(205,254,3); }
div.DivClassName
{
background-color: #CDFE03;
}
.BgClassName
{
background-color: #CDFE03;
}
</style>
border-color css
<style>
span { border-color: #CDFE03; }
span { border-color: rgb(205,254,3); }
td.TdClassName
{
border-color: #CDFE03;
}
.TagClassName
{
border-color: #CDFE03;
}
</style>