Shades of Electric Lime #CDFE1A
Tints of Electric Lime #CDFE1A
RGB
CMYK
RGB Variations
Color information
#CDFE1A (or 0xCDFE1A) is known color: Electric Lime. HEX triplet: CD, FE and 1A. RGB value is (205,254,26). Sum of RGB (Red+Green+Blue) = 205+254+26=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE1A is #3201E5. Grayscale: #D6D6D6. Windows color (decimal): -3277286 or 1769165. OLE color: 1769165.
HSL color Cylindrical-coordinate representation of color #CDFE1A: hue angle of 72.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDFE1A is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 26 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.00 |
| HSL | 72.89º | 0.99% | 0.55% | - |
| HSV(B) | 72.89º | 0.9% | 1% | - |
| XYZ | 60.81 | 83.94 | 13.97 | - |
| YUV | 213.36 | 22.27 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 26 | 0.19 | 0 | 0.90 | 0.00 | 72.89 | 0.99 | 0.55 |
| Hex | CD | FE | 1A | 13 | 0 | 5A | 0 | 49 | 63 | 37 |
| Octal | 315 | 376 | 32 | 23 | 0 | 132 | 0 | 111 | 143 | 67 |
| Binary | 11001101 | 11111110 | 11010 | 10011 | 0 | 1011010 | 0 | 1001001 | 1100011 | 110111 |
Color Harmonies of #CDFE1A
Complementary color
Monochromatic Colors of #CDFE1A
Black with #CDFE1A
Text Example
Text Example
White with #CDFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE1A; }
p { color: rgb(205,254,26); }
H1.HeaderClassName
{
color: #CDFE1A;
}
.AnyTagClassName
{
color: #CDFE1A;
}
</style>
background-color css
<style>
a { background-color: #CDFE1A; }
a { background-color: rgb(205,254,26); }
div.DivClassName
{
background-color: #CDFE1A;
}
.BgClassName
{
background-color: #CDFE1A;
}
</style>
border-color css
<style>
span { border-color: #CDFE1A; }
span { border-color: rgb(205,254,26); }
td.TdClassName
{
border-color: #CDFE1A;
}
.TagClassName
{
border-color: #CDFE1A;
}
</style>