Shades of Electric Lime #CDF101
Tints of Electric Lime #CDF101
RGB
CMYK
RGB Variations
Color information
#CDF101 (or 0xCDF101) is known color: Electric Lime. HEX triplet: CD, F1 and 01. RGB value is (205,241,1). Sum of RGB (Red+Green+Blue) = 205+241+1=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF101 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF101 is #320EFE. Grayscale: #CBCBCB. Windows color (decimal): -3280639 or 127437. OLE color: 127437.
HSL color Cylindrical-coordinate representation of color #CDF101: hue angle of 69º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDF101 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.05 |
| HSL | 69º | 0.99% | 0.47% | - |
| HSV(B) | 69º | 1% | 0.95% | - |
| XYZ | 56.64 | 75.89 | 11.69 | - |
| YUV | 202.88 | 14.07 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 1 | 0.15 | 0 | 1.00 | 0.05 | 69 | 0.99 | 0.47 |
| Hex | CD | F1 | 1 | F | 0 | 64 | 5 | 45 | 63 | 2F |
| Octal | 315 | 361 | 1 | 17 | 0 | 144 | 5 | 105 | 143 | 57 |
| Binary | 11001101 | 11110001 | 1 | 1111 | 0 | 1100100 | 101 | 1000101 | 1100011 | 101111 |
Color Harmonies of #CDF101
Complementary color
Monochromatic Colors of #CDF101
Black with #CDF101
Text Example
Text Example
White with #CDF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF101; }
p { color: rgb(205,241,1); }
H1.HeaderClassName
{
color: #CDF101;
}
.AnyTagClassName
{
color: #CDF101;
}
</style>
background-color css
<style>
a { background-color: #CDF101; }
a { background-color: rgb(205,241,1); }
div.DivClassName
{
background-color: #CDF101;
}
.BgClassName
{
background-color: #CDF101;
}
</style>
border-color css
<style>
span { border-color: #CDF101; }
span { border-color: rgb(205,241,1); }
td.TdClassName
{
border-color: #CDF101;
}
.TagClassName
{
border-color: #CDF101;
}
</style>