Shades of Electric Lime #CDF10F
Tints of Electric Lime #CDF10F
RGB
CMYK
RGB Variations
Color information
#CDF10F (or 0xCDF10F) is known color: Electric Lime. HEX triplet: CD, F1 and 0F. RGB value is (205,241,15). Sum of RGB (Red+Green+Blue) = 205+241+15=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF10F is #320EF0. Grayscale: #CDCDCD. Windows color (decimal): -3280625 or 1044941. OLE color: 1044941.
HSL color Cylindrical-coordinate representation of color #CDF10F: hue angle of 69.56º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDF10F is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 15 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.05 |
| HSL | 69.56º | 0.89% | 0.5% | - |
| HSV(B) | 69.56º | 0.94% | 0.95% | - |
| XYZ | 56.72 | 75.92 | 12.12 | - |
| YUV | 204.47 | 21.07 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 15 | 0.15 | 0 | 0.94 | 0.05 | 69.56 | 0.89 | 0.5 |
| Hex | CD | F1 | F | F | 0 | 5E | 5 | 46 | 59 | 32 |
| Octal | 315 | 361 | 17 | 17 | 0 | 136 | 5 | 106 | 131 | 62 |
| Binary | 11001101 | 11110001 | 1111 | 1111 | 0 | 1011110 | 101 | 1000110 | 1011001 | 110010 |
Color Harmonies of #CDF10F
Complementary color
Monochromatic Colors of #CDF10F
Black with #CDF10F
Text Example
Text Example
White with #CDF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF10F; }
p { color: rgb(205,241,15); }
H1.HeaderClassName
{
color: #CDF10F;
}
.AnyTagClassName
{
color: #CDF10F;
}
</style>
background-color css
<style>
a { background-color: #CDF10F; }
a { background-color: rgb(205,241,15); }
div.DivClassName
{
background-color: #CDF10F;
}
.BgClassName
{
background-color: #CDF10F;
}
</style>
border-color css
<style>
span { border-color: #CDF10F; }
span { border-color: rgb(205,241,15); }
td.TdClassName
{
border-color: #CDF10F;
}
.TagClassName
{
border-color: #CDF10F;
}
</style>