Shades of Electric Lime #CDF41B
Tints of Electric Lime #CDF41B
RGB
CMYK
RGB Variations
Color information
#CDF41B (or 0xCDF41B) is known color: Electric Lime. HEX triplet: CD, F4 and 1B. RGB value is (205,244,27). Sum of RGB (Red+Green+Blue) = 205+244+27=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 244 (95.70% from 255 or 51.26% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF41B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF41B is #320BE4. Grayscale: #D0D0D0. Windows color (decimal): -3279845 or 1832141. OLE color: 1832141.
HSL color Cylindrical-coordinate representation of color #CDF41B: hue angle of 70.78º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDF41B is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 27 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.04 |
| HSL | 70.78º | 0.91% | 0.53% | - |
| HSV(B) | 70.78º | 0.89% | 0.96% | - |
| XYZ | 57.73 | 77.76 | 13 | - |
| YUV | 207.6 | 26.08 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 27 | 0.16 | 0 | 0.89 | 0.04 | 70.78 | 0.91 | 0.53 |
| Hex | CD | F4 | 1B | 10 | 0 | 59 | 4 | 47 | 5B | 35 |
| Octal | 315 | 364 | 33 | 20 | 0 | 131 | 4 | 107 | 133 | 65 |
| Binary | 11001101 | 11110100 | 11011 | 10000 | 0 | 1011001 | 100 | 1000111 | 1011011 | 110101 |
Color Harmonies of #CDF41B
Complementary color
Monochromatic Colors of #CDF41B
Black with #CDF41B
Text Example
Text Example
White with #CDF41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF41B; }
p { color: rgb(205,244,27); }
H1.HeaderClassName
{
color: #CDF41B;
}
.AnyTagClassName
{
color: #CDF41B;
}
</style>
background-color css
<style>
a { background-color: #CDF41B; }
a { background-color: rgb(205,244,27); }
div.DivClassName
{
background-color: #CDF41B;
}
.BgClassName
{
background-color: #CDF41B;
}
</style>
border-color css
<style>
span { border-color: #CDF41B; }
span { border-color: rgb(205,244,27); }
td.TdClassName
{
border-color: #CDF41B;
}
.TagClassName
{
border-color: #CDF41B;
}
</style>