Shades of Electric Lime #CDE108
Tints of Electric Lime #CDE108
RGB
CMYK
RGB Variations
Color information
#CDE108 (or 0xCDE108) is known color: Electric Lime. HEX triplet: CD, E1 and 08. RGB value is (205,225,8). Sum of RGB (Red+Green+Blue) = 205+225+8=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE108 is #321EF7. Grayscale: #C3C3C3. Windows color (decimal): -3284728 or 582093. OLE color: 582093.
HSL color Cylindrical-coordinate representation of color #CDE108: hue angle of 65.53º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDE108 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.12 |
| HSL | 65.53º | 0.93% | 0.46% | - |
| HSV(B) | 65.53º | 0.96% | 0.88% | - |
| XYZ | 52.15 | 66.85 | 10.38 | - |
| YUV | 194.28 | 22.87 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 8 | 0.09 | 0 | 0.96 | 0.12 | 65.53 | 0.93 | 0.46 |
| Hex | CD | E1 | 8 | 9 | 0 | 60 | C | 42 | 5D | 2E |
| Octal | 315 | 341 | 10 | 11 | 0 | 140 | 14 | 102 | 135 | 56 |
| Binary | 11001101 | 11100001 | 1000 | 1001 | 0 | 1100000 | 1100 | 1000010 | 1011101 | 101110 |
Color Harmonies of #CDE108
Complementary color
Monochromatic Colors of #CDE108
Black with #CDE108
Text Example
Text Example
White with #CDE108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE108; }
p { color: rgb(205,225,8); }
H1.HeaderClassName
{
color: #CDE108;
}
.AnyTagClassName
{
color: #CDE108;
}
</style>
background-color css
<style>
a { background-color: #CDE108; }
a { background-color: rgb(205,225,8); }
div.DivClassName
{
background-color: #CDE108;
}
.BgClassName
{
background-color: #CDE108;
}
</style>
border-color css
<style>
span { border-color: #CDE108; }
span { border-color: rgb(205,225,8); }
td.TdClassName
{
border-color: #CDE108;
}
.TagClassName
{
border-color: #CDE108;
}
</style>