Shades of Electric Lime #CDF800
Tints of Electric Lime #CDF800
RGB
CMYK
RGB Variations
Color information
#CDF800 (or 0xCDF800) is known color: Electric Lime. HEX triplet: CD, F8 and 00. RGB value is (205,248,0). Sum of RGB (Red+Green+Blue) = 205+248+0=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 248 (97.27% from 255 or 54.75% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF800 is #3207FF. Grayscale: #CFCFCF. Windows color (decimal): -3278848 or 63693. OLE color: 63693.
HSL color Cylindrical-coordinate representation of color #CDF800: hue angle of 70.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDF800 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.03 |
| HSL | 70.4º | 1% | 0.49% | - |
| HSV(B) | 70.4º | 1% | 0.97% | - |
| XYZ | 58.74 | 80.11 | 12.37 | - |
| YUV | 206.87 | 11.25 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 0 | 0.17 | 0 | 1 | 0.03 | 70.4 | 1 | 0.49 |
| Hex | CD | F8 | 0 | 11 | 0 | 64 | 3 | 46 | 64 | 31 |
| Octal | 315 | 370 | 0 | 21 | 0 | 144 | 3 | 106 | 144 | 61 |
| Binary | 11001101 | 11111000 | 0 | 10001 | 0 | 1100100 | 11 | 1000110 | 1100100 | 110001 |
Color Harmonies of #CDF800
Complementary color
Monochromatic Colors of #CDF800
Black with #CDF800
Text Example
Text Example
White with #CDF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF800; }
p { color: rgb(205,248,0); }
H1.HeaderClassName
{
color: #CDF800;
}
.AnyTagClassName
{
color: #CDF800;
}
</style>
background-color css
<style>
a { background-color: #CDF800; }
a { background-color: rgb(205,248,0); }
div.DivClassName
{
background-color: #CDF800;
}
.BgClassName
{
background-color: #CDF800;
}
</style>
border-color css
<style>
span { border-color: #CDF800; }
span { border-color: rgb(205,248,0); }
td.TdClassName
{
border-color: #CDF800;
}
.TagClassName
{
border-color: #CDF800;
}
</style>