Shades of Electric Lime #CDFF18
Tints of Electric Lime #CDFF18
RGB
CMYK
RGB Variations
Color information
#CDFF18 (or 0xCDFF18) is known color: Electric Lime. HEX triplet: CD, FF and 18. RGB value is (205,255,24). Sum of RGB (Red+Green+Blue) = 205+255+24=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 24 (9.77% from 255 or 4.96% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF18 is #3200E7. Grayscale: #D6D6D6. Windows color (decimal): -3277032 or 1638349. OLE color: 1638349.
HSL color Cylindrical-coordinate representation of color #CDFF18: hue angle of 72.99º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDFF18 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 24 | - |
| CMYK | 0.20 | 0 | 0.91 | 0 |
| HSL | 72.99º | 1% | 0.55% | - |
| HSV(B) | 72.99º | 0.91% | 1% | - |
| XYZ | 61.1 | 84.57 | 13.97 | - |
| YUV | 213.72 | 20.94 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 24 | 0.20 | 0 | 0.91 | 0 | 72.99 | 1 | 0.55 |
| Hex | CD | FF | 18 | 14 | 0 | 5B | 0 | 49 | 64 | 37 |
| Octal | 315 | 377 | 30 | 24 | 0 | 133 | 0 | 111 | 144 | 67 |
| Binary | 11001101 | 11111111 | 11000 | 10100 | 0 | 1011011 | 0 | 1001001 | 1100100 | 110111 |
Color Harmonies of #CDFF18
Complementary color
Monochromatic Colors of #CDFF18
Black with #CDFF18
Text Example
Text Example
White with #CDFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF18; }
p { color: rgb(205,255,24); }
H1.HeaderClassName
{
color: #CDFF18;
}
.AnyTagClassName
{
color: #CDFF18;
}
</style>
background-color css
<style>
a { background-color: #CDFF18; }
a { background-color: rgb(205,255,24); }
div.DivClassName
{
background-color: #CDFF18;
}
.BgClassName
{
background-color: #CDFF18;
}
</style>
border-color css
<style>
span { border-color: #CDFF18; }
span { border-color: rgb(205,255,24); }
td.TdClassName
{
border-color: #CDFF18;
}
.TagClassName
{
border-color: #CDFF18;
}
</style>