Shades of Electric Lime #CDF005
Tints of Electric Lime #CDF005
RGB
CMYK
RGB Variations
Color information
#CDF005 (or 0xCDF005) is known color: Electric Lime. HEX triplet: CD, F0 and 05. RGB value is (205,240,5). Sum of RGB (Red+Green+Blue) = 205+240+5=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF005 is #320FFA. Grayscale: #CBCBCB. Windows color (decimal): -3280891 or 389325. OLE color: 389325.
HSL color Cylindrical-coordinate representation of color #CDF005: hue angle of 68.94º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF005 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.06 |
| HSL | 68.94º | 0.96% | 0.48% | - |
| HSV(B) | 68.94º | 0.98% | 0.94% | - |
| XYZ | 56.36 | 75.31 | 11.71 | - |
| YUV | 202.75 | 16.4 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 5 | 0.15 | 0 | 0.98 | 0.06 | 68.94 | 0.96 | 0.48 |
| Hex | CD | F0 | 5 | F | 0 | 62 | 6 | 45 | 60 | 30 |
| Octal | 315 | 360 | 5 | 17 | 0 | 142 | 6 | 105 | 140 | 60 |
| Binary | 11001101 | 11110000 | 101 | 1111 | 0 | 1100010 | 110 | 1000101 | 1100000 | 110000 |
Color Harmonies of #CDF005
Complementary color
Monochromatic Colors of #CDF005
Black with #CDF005
Text Example
Text Example
White with #CDF005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF005; }
p { color: rgb(205,240,5); }
H1.HeaderClassName
{
color: #CDF005;
}
.AnyTagClassName
{
color: #CDF005;
}
</style>
background-color css
<style>
a { background-color: #CDF005; }
a { background-color: rgb(205,240,5); }
div.DivClassName
{
background-color: #CDF005;
}
.BgClassName
{
background-color: #CDF005;
}
</style>
border-color css
<style>
span { border-color: #CDF005; }
span { border-color: rgb(205,240,5); }
td.TdClassName
{
border-color: #CDF005;
}
.TagClassName
{
border-color: #CDF005;
}
</style>