Shades of Electric Lime #CDF301
Tints of Electric Lime #CDF301
RGB
CMYK
RGB Variations
Color information
#CDF301 (or 0xCDF301) is known color: Electric Lime. HEX triplet: CD, F3 and 01. RGB value is (205,243,1). Sum of RGB (Red+Green+Blue) = 205+243+1=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF301 is #320CFE. Grayscale: #CCCCCC. Windows color (decimal): -3280127 or 127949. OLE color: 127949.
HSL color Cylindrical-coordinate representation of color #CDF301: hue angle of 69.42º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDF301 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.05 |
| HSL | 69.42º | 0.99% | 0.48% | - |
| HSV(B) | 69.42º | 1% | 0.95% | - |
| XYZ | 57.23 | 77.08 | 11.89 | - |
| YUV | 204.05 | 13.41 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 1 | 0.16 | 0 | 1.00 | 0.05 | 69.42 | 0.99 | 0.48 |
| Hex | CD | F3 | 1 | 10 | 0 | 64 | 5 | 45 | 63 | 30 |
| Octal | 315 | 363 | 1 | 20 | 0 | 144 | 5 | 105 | 143 | 60 |
| Binary | 11001101 | 11110011 | 1 | 10000 | 0 | 1100100 | 101 | 1000101 | 1100011 | 110000 |
Color Harmonies of #CDF301
Complementary color
Monochromatic Colors of #CDF301
Black with #CDF301
Text Example
Text Example
White with #CDF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF301; }
p { color: rgb(205,243,1); }
H1.HeaderClassName
{
color: #CDF301;
}
.AnyTagClassName
{
color: #CDF301;
}
</style>
background-color css
<style>
a { background-color: #CDF301; }
a { background-color: rgb(205,243,1); }
div.DivClassName
{
background-color: #CDF301;
}
.BgClassName
{
background-color: #CDF301;
}
</style>
border-color css
<style>
span { border-color: #CDF301; }
span { border-color: rgb(205,243,1); }
td.TdClassName
{
border-color: #CDF301;
}
.TagClassName
{
border-color: #CDF301;
}
</style>