Shades of Electric Lime #CDF81A
Tints of Electric Lime #CDF81A
RGB
CMYK
RGB Variations
Color information
#CDF81A (or 0xCDF81A) is known color: Electric Lime. HEX triplet: CD, F8 and 1A. RGB value is (205,248,26). Sum of RGB (Red+Green+Blue) = 205+248+26=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF81A is #3207E5. Grayscale: #D2D2D2. Windows color (decimal): -3278822 or 1767629. OLE color: 1767629.
HSL color Cylindrical-coordinate representation of color #CDF81A: hue angle of 71.62º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF81A is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 26 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.03 |
| HSL | 71.62º | 0.94% | 0.54% | - |
| HSV(B) | 71.62º | 0.9% | 0.97% | - |
| XYZ | 58.93 | 80.19 | 13.35 | - |
| YUV | 209.84 | 24.25 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 26 | 0.17 | 0 | 0.90 | 0.03 | 71.62 | 0.94 | 0.54 |
| Hex | CD | F8 | 1A | 11 | 0 | 5A | 3 | 48 | 5E | 36 |
| Octal | 315 | 370 | 32 | 21 | 0 | 132 | 3 | 110 | 136 | 66 |
| Binary | 11001101 | 11111000 | 11010 | 10001 | 0 | 1011010 | 11 | 1001000 | 1011110 | 110110 |
Color Harmonies of #CDF81A
Complementary color
Monochromatic Colors of #CDF81A
Black with #CDF81A
Text Example
Text Example
White with #CDF81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF81A; }
p { color: rgb(205,248,26); }
H1.HeaderClassName
{
color: #CDF81A;
}
.AnyTagClassName
{
color: #CDF81A;
}
</style>
background-color css
<style>
a { background-color: #CDF81A; }
a { background-color: rgb(205,248,26); }
div.DivClassName
{
background-color: #CDF81A;
}
.BgClassName
{
background-color: #CDF81A;
}
</style>
border-color css
<style>
span { border-color: #CDF81A; }
span { border-color: rgb(205,248,26); }
td.TdClassName
{
border-color: #CDF81A;
}
.TagClassName
{
border-color: #CDF81A;
}
</style>