Shades of Electric Lime #CDFF19
Tints of Electric Lime #CDFF19
RGB
CMYK
RGB Variations
Color information
#CDFF19 (or 0xCDFF19) is known color: Electric Lime. HEX triplet: CD, FF and 19. RGB value is (205,255,25). Sum of RGB (Red+Green+Blue) = 205+255+25=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 25 (10.16% from 255 or 5.15% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF19 is #3200E6. Grayscale: #D6D6D6. Windows color (decimal): -3277031 or 1703885. OLE color: 1703885.
HSL color Cylindrical-coordinate representation of color #CDFF19: hue angle of 73.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDFF19 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 25 | - |
| CMYK | 0.20 | 0 | 0.90 | 0 |
| HSL | 73.04º | 1% | 0.55% | - |
| HSV(B) | 73.04º | 0.9% | 1% | - |
| XYZ | 61.11 | 84.57 | 14.02 | - |
| YUV | 213.83 | 21.44 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 25 | 0.20 | 0 | 0.90 | 0 | 73.04 | 1 | 0.55 |
| Hex | CD | FF | 19 | 14 | 0 | 5A | 0 | 49 | 64 | 37 |
| Octal | 315 | 377 | 31 | 24 | 0 | 132 | 0 | 111 | 144 | 67 |
| Binary | 11001101 | 11111111 | 11001 | 10100 | 0 | 1011010 | 0 | 1001001 | 1100100 | 110111 |
Color Harmonies of #CDFF19
Complementary color
Monochromatic Colors of #CDFF19
Black with #CDFF19
Text Example
Text Example
White with #CDFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF19; }
p { color: rgb(205,255,25); }
H1.HeaderClassName
{
color: #CDFF19;
}
.AnyTagClassName
{
color: #CDFF19;
}
</style>
background-color css
<style>
a { background-color: #CDFF19; }
a { background-color: rgb(205,255,25); }
div.DivClassName
{
background-color: #CDFF19;
}
.BgClassName
{
background-color: #CDFF19;
}
</style>
border-color css
<style>
span { border-color: #CDFF19; }
span { border-color: rgb(205,255,25); }
td.TdClassName
{
border-color: #CDFF19;
}
.TagClassName
{
border-color: #CDFF19;
}
</style>