Shades of Electric Lime #CDF30E
Tints of Electric Lime #CDF30E
RGB
CMYK
RGB Variations
Color information
#CDF30E (or 0xCDF30E) is known color: Electric Lime. HEX triplet: CD, F3 and 0E. RGB value is (205,243,14). Sum of RGB (Red+Green+Blue) = 205+243+14=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF30E is #320CF1. Grayscale: #CECECE. Windows color (decimal): -3280114 or 979917. OLE color: 979917.
HSL color Cylindrical-coordinate representation of color #CDF30E: hue angle of 69.96º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDF30E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.05 |
| HSL | 69.96º | 0.91% | 0.5% | - |
| HSV(B) | 69.96º | 0.94% | 0.95% | - |
| XYZ | 57.31 | 77.11 | 12.28 | - |
| YUV | 205.53 | 19.91 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 14 | 0.16 | 0 | 0.94 | 0.05 | 69.96 | 0.91 | 0.5 |
| Hex | CD | F3 | E | 10 | 0 | 5E | 5 | 46 | 5B | 32 |
| Octal | 315 | 363 | 16 | 20 | 0 | 136 | 5 | 106 | 133 | 62 |
| Binary | 11001101 | 11110011 | 1110 | 10000 | 0 | 1011110 | 101 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CDF30E
Complementary color
Monochromatic Colors of #CDF30E
Black with #CDF30E
Text Example
Text Example
White with #CDF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF30E; }
p { color: rgb(205,243,14); }
H1.HeaderClassName
{
color: #CDF30E;
}
.AnyTagClassName
{
color: #CDF30E;
}
</style>
background-color css
<style>
a { background-color: #CDF30E; }
a { background-color: rgb(205,243,14); }
div.DivClassName
{
background-color: #CDF30E;
}
.BgClassName
{
background-color: #CDF30E;
}
</style>
border-color css
<style>
span { border-color: #CDF30E; }
span { border-color: rgb(205,243,14); }
td.TdClassName
{
border-color: #CDF30E;
}
.TagClassName
{
border-color: #CDF30E;
}
</style>