Shades of Electric Lime #CDFF1D
Tints of Electric Lime #CDFF1D
RGB
CMYK
RGB Variations
Color information
#CDFF1D (or 0xCDFF1D) is known color: Electric Lime. HEX triplet: CD, FF and 1D. RGB value is (205,255,29). Sum of RGB (Red+Green+Blue) = 205+255+29=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF1D is #3200E2. Grayscale: #D7D7D7. Windows color (decimal): -3277027 or 1966029. OLE color: 1966029.
HSL color Cylindrical-coordinate representation of color #CDFF1D: hue angle of 73.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDFF1D is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 29 | - |
| CMYK | 0.20 | 0 | 0.89 | 0 |
| HSL | 73.27º | 1% | 0.56% | - |
| HSV(B) | 73.27º | 0.89% | 1% | - |
| XYZ | 61.16 | 84.59 | 14.27 | - |
| YUV | 214.29 | 23.44 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 29 | 0.20 | 0 | 0.89 | 0 | 73.27 | 1 | 0.56 |
| Hex | CD | FF | 1D | 14 | 0 | 59 | 0 | 49 | 64 | 38 |
| Octal | 315 | 377 | 35 | 24 | 0 | 131 | 0 | 111 | 144 | 70 |
| Binary | 11001101 | 11111111 | 11101 | 10100 | 0 | 1011001 | 0 | 1001001 | 1100100 | 111000 |
Color Harmonies of #CDFF1D
Complementary color
Monochromatic Colors of #CDFF1D
Black with #CDFF1D
Text Example
Text Example
White with #CDFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF1D; }
p { color: rgb(205,255,29); }
H1.HeaderClassName
{
color: #CDFF1D;
}
.AnyTagClassName
{
color: #CDFF1D;
}
</style>
background-color css
<style>
a { background-color: #CDFF1D; }
a { background-color: rgb(205,255,29); }
div.DivClassName
{
background-color: #CDFF1D;
}
.BgClassName
{
background-color: #CDFF1D;
}
</style>
border-color css
<style>
span { border-color: #CDFF1D; }
span { border-color: rgb(205,255,29); }
td.TdClassName
{
border-color: #CDFF1D;
}
.TagClassName
{
border-color: #CDFF1D;
}
</style>