Shades of Electric Lime #CDFC19
Tints of Electric Lime #CDFC19
RGB
CMYK
RGB Variations
Color information
#CDFC19 (or 0xCDFC19) is known color: Electric Lime. HEX triplet: CD, FC and 19. RGB value is (205,252,25). Sum of RGB (Red+Green+Blue) = 205+252+25=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFC19 is #3203E6. Grayscale: #D4D4D4. Windows color (decimal): -3277799 or 1703117. OLE color: 1703117.
HSL color Cylindrical-coordinate representation of color #CDFC19: hue angle of 72.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDFC19 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 25 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.01 |
| HSL | 72.42º | 0.97% | 0.54% | - |
| HSV(B) | 72.42º | 0.9% | 0.99% | - |
| XYZ | 60.16 | 82.67 | 13.71 | - |
| YUV | 212.07 | 22.43 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 25 | 0.19 | 0 | 0.90 | 0.01 | 72.42 | 0.97 | 0.54 |
| Hex | CD | FC | 19 | 13 | 0 | 5A | 1 | 48 | 61 | 36 |
| Octal | 315 | 374 | 31 | 23 | 0 | 132 | 1 | 110 | 141 | 66 |
| Binary | 11001101 | 11111100 | 11001 | 10011 | 0 | 1011010 | 1 | 1001000 | 1100001 | 110110 |
Color Harmonies of #CDFC19
Complementary color
Monochromatic Colors of #CDFC19
Black with #CDFC19
Text Example
Text Example
White with #CDFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC19; }
p { color: rgb(205,252,25); }
H1.HeaderClassName
{
color: #CDFC19;
}
.AnyTagClassName
{
color: #CDFC19;
}
</style>
background-color css
<style>
a { background-color: #CDFC19; }
a { background-color: rgb(205,252,25); }
div.DivClassName
{
background-color: #CDFC19;
}
.BgClassName
{
background-color: #CDFC19;
}
</style>
border-color css
<style>
span { border-color: #CDFC19; }
span { border-color: rgb(205,252,25); }
td.TdClassName
{
border-color: #CDFC19;
}
.TagClassName
{
border-color: #CDFC19;
}
</style>