Shades of Electric Lime #CDF703
Tints of Electric Lime #CDF703
RGB
CMYK
RGB Variations
Color information
#CDF703 (or 0xCDF703) is known color: Electric Lime. HEX triplet: CD, F7 and 03. RGB value is (205,247,3). Sum of RGB (Red+Green+Blue) = 205+247+3=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 247 (96.88% from 255 or 54.29% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF703 is #3208FC. Grayscale: #CFCFCF. Windows color (decimal): -3279101 or 260045. OLE color: 260045.
HSL color Cylindrical-coordinate representation of color #CDF703: hue angle of 70.33º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDF703 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.03 |
| HSL | 70.33º | 0.98% | 0.49% | - |
| HSV(B) | 70.33º | 0.99% | 0.97% | - |
| XYZ | 58.45 | 79.51 | 12.35 | - |
| YUV | 206.63 | 13.09 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 3 | 0.17 | 0 | 0.99 | 0.03 | 70.33 | 0.98 | 0.49 |
| Hex | CD | F7 | 3 | 11 | 0 | 63 | 3 | 46 | 62 | 31 |
| Octal | 315 | 367 | 3 | 21 | 0 | 143 | 3 | 106 | 142 | 61 |
| Binary | 11001101 | 11110111 | 11 | 10001 | 0 | 1100011 | 11 | 1000110 | 1100010 | 110001 |
Color Harmonies of #CDF703
Complementary color
Monochromatic Colors of #CDF703
Black with #CDF703
Text Example
Text Example
White with #CDF703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF703; }
p { color: rgb(205,247,3); }
H1.HeaderClassName
{
color: #CDF703;
}
.AnyTagClassName
{
color: #CDF703;
}
</style>
background-color css
<style>
a { background-color: #CDF703; }
a { background-color: rgb(205,247,3); }
div.DivClassName
{
background-color: #CDF703;
}
.BgClassName
{
background-color: #CDF703;
}
</style>
border-color css
<style>
span { border-color: #CDF703; }
span { border-color: rgb(205,247,3); }
td.TdClassName
{
border-color: #CDF703;
}
.TagClassName
{
border-color: #CDF703;
}
</style>