Shades of Electric Lime #CDF700
Tints of Electric Lime #CDF700
RGB
CMYK
RGB Variations
Color information
#CDF700 (or 0xCDF700) is known color: Electric Lime. HEX triplet: CD, F7 and 00. RGB value is (205,247,0). Sum of RGB (Red+Green+Blue) = 205+247+0=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF700 is #3208FF. Grayscale: #CFCFCF. Windows color (decimal): -3279104 or 63437. OLE color: 63437.
HSL color Cylindrical-coordinate representation of color #CDF700: hue angle of 70.2º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDF700 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.03 |
| HSL | 70.2º | 1% | 0.48% | - |
| HSV(B) | 70.2º | 1% | 0.97% | - |
| XYZ | 58.44 | 79.5 | 12.27 | - |
| YUV | 206.28 | 11.59 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 0 | 0.17 | 0 | 1 | 0.03 | 70.2 | 1 | 0.48 |
| Hex | CD | F7 | 0 | 11 | 0 | 64 | 3 | 46 | 64 | 30 |
| Octal | 315 | 367 | 0 | 21 | 0 | 144 | 3 | 106 | 144 | 60 |
| Binary | 11001101 | 11110111 | 0 | 10001 | 0 | 1100100 | 11 | 1000110 | 1100100 | 110000 |
Color Harmonies of #CDF700
Complementary color
Monochromatic Colors of #CDF700
Black with #CDF700
Text Example
Text Example
White with #CDF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF700; }
p { color: rgb(205,247,0); }
H1.HeaderClassName
{
color: #CDF700;
}
.AnyTagClassName
{
color: #CDF700;
}
</style>
background-color css
<style>
a { background-color: #CDF700; }
a { background-color: rgb(205,247,0); }
div.DivClassName
{
background-color: #CDF700;
}
.BgClassName
{
background-color: #CDF700;
}
</style>
border-color css
<style>
span { border-color: #CDF700; }
span { border-color: rgb(205,247,0); }
td.TdClassName
{
border-color: #CDF700;
}
.TagClassName
{
border-color: #CDF700;
}
</style>