Shades of Electric Lime #CDF105
Tints of Electric Lime #CDF105
RGB
CMYK
RGB Variations
Color information
#CDF105 (or 0xCDF105) is known color: Electric Lime. HEX triplet: CD, F1 and 05. RGB value is (205,241,5). Sum of RGB (Red+Green+Blue) = 205+241+5=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF105 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF105 is #320EFA. Grayscale: #CCCCCC. Windows color (decimal): -3280635 or 389581. OLE color: 389581.
HSL color Cylindrical-coordinate representation of color #CDF105: hue angle of 69.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF105 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.05 |
| HSL | 69.15º | 0.96% | 0.48% | - |
| HSV(B) | 69.15º | 0.98% | 0.95% | - |
| XYZ | 56.66 | 75.9 | 11.81 | - |
| YUV | 203.33 | 16.07 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 5 | 0.15 | 0 | 0.98 | 0.05 | 69.15 | 0.96 | 0.48 |
| Hex | CD | F1 | 5 | F | 0 | 62 | 5 | 45 | 60 | 30 |
| Octal | 315 | 361 | 5 | 17 | 0 | 142 | 5 | 105 | 140 | 60 |
| Binary | 11001101 | 11110001 | 101 | 1111 | 0 | 1100010 | 101 | 1000101 | 1100000 | 110000 |
Color Harmonies of #CDF105
Complementary color
Monochromatic Colors of #CDF105
Black with #CDF105
Text Example
Text Example
White with #CDF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF105; }
p { color: rgb(205,241,5); }
H1.HeaderClassName
{
color: #CDF105;
}
.AnyTagClassName
{
color: #CDF105;
}
</style>
background-color css
<style>
a { background-color: #CDF105; }
a { background-color: rgb(205,241,5); }
div.DivClassName
{
background-color: #CDF105;
}
.BgClassName
{
background-color: #CDF105;
}
</style>
border-color css
<style>
span { border-color: #CDF105; }
span { border-color: rgb(205,241,5); }
td.TdClassName
{
border-color: #CDF105;
}
.TagClassName
{
border-color: #CDF105;
}
</style>