Shades of Electric Lime #CDFF1A
Tints of Electric Lime #CDFF1A
RGB
CMYK
RGB Variations
Color information
#CDFF1A (or 0xCDFF1A) is known color: Electric Lime. HEX triplet: CD, FF and 1A. RGB value is (205,255,26). Sum of RGB (Red+Green+Blue) = 205+255+26=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF1A is #3200E5. Grayscale: #D6D6D6. Windows color (decimal): -3277030 or 1769421. OLE color: 1769421.
HSL color Cylindrical-coordinate representation of color #CDFF1A: hue angle of 73.1º 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 #CDFF1A is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 26 | - |
| CMYK | 0.20 | 0 | 0.90 | 0 |
| HSL | 73.1º | 1% | 0.55% | - |
| HSV(B) | 73.1º | 0.9% | 1% | - |
| XYZ | 61.12 | 84.57 | 14.08 | - |
| YUV | 213.94 | 21.94 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 26 | 0.20 | 0 | 0.90 | 0 | 73.1 | 1 | 0.55 |
| Hex | CD | FF | 1A | 14 | 0 | 5A | 0 | 49 | 64 | 37 |
| Octal | 315 | 377 | 32 | 24 | 0 | 132 | 0 | 111 | 144 | 67 |
| Binary | 11001101 | 11111111 | 11010 | 10100 | 0 | 1011010 | 0 | 1001001 | 1100100 | 110111 |
Color Harmonies of #CDFF1A
Complementary color
Monochromatic Colors of #CDFF1A
Black with #CDFF1A
Text Example
Text Example
White with #CDFF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF1A; }
p { color: rgb(205,255,26); }
H1.HeaderClassName
{
color: #CDFF1A;
}
.AnyTagClassName
{
color: #CDFF1A;
}
</style>
background-color css
<style>
a { background-color: #CDFF1A; }
a { background-color: rgb(205,255,26); }
div.DivClassName
{
background-color: #CDFF1A;
}
.BgClassName
{
background-color: #CDFF1A;
}
</style>
border-color css
<style>
span { border-color: #CDFF1A; }
span { border-color: rgb(205,255,26); }
td.TdClassName
{
border-color: #CDFF1A;
}
.TagClassName
{
border-color: #CDFF1A;
}
</style>