Shades of Electric Lime #CDF017
Tints of Electric Lime #CDF017
RGB
CMYK
RGB Variations
Color information
#CDF017 (or 0xCDF017) is known color: Electric Lime. HEX triplet: CD, F0 and 17. RGB value is (205,240,23). Sum of RGB (Red+Green+Blue) = 205+240+23=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF017 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF017 is #320FE8. Grayscale: #CDCDCD. Windows color (decimal): -3280873 or 1568973. OLE color: 1568973.
HSL color Cylindrical-coordinate representation of color #CDF017: hue angle of 69.68º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF017 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 23 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.06 |
| HSL | 69.68º | 0.88% | 0.52% | - |
| HSV(B) | 69.68º | 0.9% | 0.94% | - |
| XYZ | 56.49 | 75.36 | 12.38 | - |
| YUV | 204.8 | 25.4 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 23 | 0.15 | 0 | 0.90 | 0.06 | 69.68 | 0.88 | 0.52 |
| Hex | CD | F0 | 17 | F | 0 | 5A | 6 | 46 | 58 | 34 |
| Octal | 315 | 360 | 27 | 17 | 0 | 132 | 6 | 106 | 130 | 64 |
| Binary | 11001101 | 11110000 | 10111 | 1111 | 0 | 1011010 | 110 | 1000110 | 1011000 | 110100 |
Color Harmonies of #CDF017
Complementary color
Monochromatic Colors of #CDF017
Black with #CDF017
Text Example
Text Example
White with #CDF017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF017; }
p { color: rgb(205,240,23); }
H1.HeaderClassName
{
color: #CDF017;
}
.AnyTagClassName
{
color: #CDF017;
}
</style>
background-color css
<style>
a { background-color: #CDF017; }
a { background-color: rgb(205,240,23); }
div.DivClassName
{
background-color: #CDF017;
}
.BgClassName
{
background-color: #CDF017;
}
</style>
border-color css
<style>
span { border-color: #CDF017; }
span { border-color: rgb(205,240,23); }
td.TdClassName
{
border-color: #CDF017;
}
.TagClassName
{
border-color: #CDF017;
}
</style>