Shades of Electric Lime #CDF109
Tints of Electric Lime #CDF109
RGB
CMYK
RGB Variations
Color information
#CDF109 (or 0xCDF109) is known color: Electric Lime. HEX triplet: CD, F1 and 09. RGB value is (205,241,9). Sum of RGB (Red+Green+Blue) = 205+241+9=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 9 (3.91% from 255 or 1.98% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF109 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF109 is #320EF6. Grayscale: #CCCCCC. Windows color (decimal): -3280631 or 651725. OLE color: 651725.
HSL color Cylindrical-coordinate representation of color #CDF109: hue angle of 69.31º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDF109 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 9 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.05 |
| HSL | 69.31º | 0.93% | 0.49% | - |
| HSV(B) | 69.31º | 0.96% | 0.95% | - |
| XYZ | 56.68 | 75.91 | 11.92 | - |
| YUV | 203.79 | 18.07 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 9 | 0.15 | 0 | 0.96 | 0.05 | 69.31 | 0.93 | 0.49 |
| Hex | CD | F1 | 9 | F | 0 | 60 | 5 | 45 | 5D | 31 |
| Octal | 315 | 361 | 11 | 17 | 0 | 140 | 5 | 105 | 135 | 61 |
| Binary | 11001101 | 11110001 | 1001 | 1111 | 0 | 1100000 | 101 | 1000101 | 1011101 | 110001 |
Color Harmonies of #CDF109
Complementary color
Monochromatic Colors of #CDF109
Black with #CDF109
Text Example
Text Example
White with #CDF109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF109; }
p { color: rgb(205,241,9); }
H1.HeaderClassName
{
color: #CDF109;
}
.AnyTagClassName
{
color: #CDF109;
}
</style>
background-color css
<style>
a { background-color: #CDF109; }
a { background-color: rgb(205,241,9); }
div.DivClassName
{
background-color: #CDF109;
}
.BgClassName
{
background-color: #CDF109;
}
</style>
border-color css
<style>
span { border-color: #CDF109; }
span { border-color: rgb(205,241,9); }
td.TdClassName
{
border-color: #CDF109;
}
.TagClassName
{
border-color: #CDF109;
}
</style>