Shades of Electric Lime #CDF00A
Tints of Electric Lime #CDF00A
RGB
CMYK
RGB Variations
Color information
#CDF00A (or 0xCDF00A) is known color: Electric Lime. HEX triplet: CD, F0 and 0A. RGB value is (205,240,10). Sum of RGB (Red+Green+Blue) = 205+240+10=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF00A is #320FF5. Grayscale: #CCCCCC. Windows color (decimal): -3280886 or 717005. OLE color: 717005.
HSL color Cylindrical-coordinate representation of color #CDF00A: hue angle of 69.13º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDF00A is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 10 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.06 |
| HSL | 69.13º | 0.92% | 0.49% | - |
| HSV(B) | 69.13º | 0.96% | 0.94% | - |
| XYZ | 56.39 | 75.32 | 11.85 | - |
| YUV | 203.32 | 18.9 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 10 | 0.15 | 0 | 0.96 | 0.06 | 69.13 | 0.92 | 0.49 |
| Hex | CD | F0 | A | F | 0 | 60 | 6 | 45 | 5C | 31 |
| Octal | 315 | 360 | 12 | 17 | 0 | 140 | 6 | 105 | 134 | 61 |
| Binary | 11001101 | 11110000 | 1010 | 1111 | 0 | 1100000 | 110 | 1000101 | 1011100 | 110001 |
Color Harmonies of #CDF00A
Complementary color
Monochromatic Colors of #CDF00A
Black with #CDF00A
Text Example
Text Example
White with #CDF00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF00A; }
p { color: rgb(205,240,10); }
H1.HeaderClassName
{
color: #CDF00A;
}
.AnyTagClassName
{
color: #CDF00A;
}
</style>
background-color css
<style>
a { background-color: #CDF00A; }
a { background-color: rgb(205,240,10); }
div.DivClassName
{
background-color: #CDF00A;
}
.BgClassName
{
background-color: #CDF00A;
}
</style>
border-color css
<style>
span { border-color: #CDF00A; }
span { border-color: rgb(205,240,10); }
td.TdClassName
{
border-color: #CDF00A;
}
.TagClassName
{
border-color: #CDF00A;
}
</style>