Shades of Electric Lime #CDF31A
Tints of Electric Lime #CDF31A
RGB
CMYK
RGB Variations
Color information
#CDF31A (or 0xCDF31A) is known color: Electric Lime. HEX triplet: CD, F3 and 1A. RGB value is (205,243,26). Sum of RGB (Red+Green+Blue) = 205+243+26=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 26 (10.55% from 255 or 5.49% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF31A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF31A is #320CE5. Grayscale: #CFCFCF. Windows color (decimal): -3280102 or 1766349. OLE color: 1766349.
HSL color Cylindrical-coordinate representation of color #CDF31A: hue angle of 70.51º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDF31A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 26 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.05 |
| HSL | 70.51º | 0.9% | 0.53% | - |
| HSV(B) | 70.51º | 0.89% | 0.95% | - |
| XYZ | 57.41 | 77.15 | 12.84 | - |
| YUV | 206.9 | 25.91 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 26 | 0.16 | 0 | 0.89 | 0.05 | 70.51 | 0.9 | 0.53 |
| Hex | CD | F3 | 1A | 10 | 0 | 59 | 5 | 47 | 5A | 35 |
| Octal | 315 | 363 | 32 | 20 | 0 | 131 | 5 | 107 | 132 | 65 |
| Binary | 11001101 | 11110011 | 11010 | 10000 | 0 | 1011001 | 101 | 1000111 | 1011010 | 110101 |
Color Harmonies of #CDF31A
Complementary color
Monochromatic Colors of #CDF31A
Black with #CDF31A
Text Example
Text Example
White with #CDF31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF31A; }
p { color: rgb(205,243,26); }
H1.HeaderClassName
{
color: #CDF31A;
}
.AnyTagClassName
{
color: #CDF31A;
}
</style>
background-color css
<style>
a { background-color: #CDF31A; }
a { background-color: rgb(205,243,26); }
div.DivClassName
{
background-color: #CDF31A;
}
.BgClassName
{
background-color: #CDF31A;
}
</style>
border-color css
<style>
span { border-color: #CDF31A; }
span { border-color: rgb(205,243,26); }
td.TdClassName
{
border-color: #CDF31A;
}
.TagClassName
{
border-color: #CDF31A;
}
</style>