Shades of Electric Lime #CDF915
Tints of Electric Lime #CDF915
RGB
CMYK
RGB Variations
Color information
#CDF915 (or 0xCDF915) is known color: Electric Lime. HEX triplet: CD, F9 and 15. RGB value is (205,249,21). Sum of RGB (Red+Green+Blue) = 205+249+21=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF915 is #3206EA. Grayscale: #D2D2D2. Windows color (decimal): -3278571 or 1440205. OLE color: 1440205.
HSL color Cylindrical-coordinate representation of color #CDF915: hue angle of 71.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDF915 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 21 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.02 |
| HSL | 71.58º | 0.95% | 0.53% | - |
| HSV(B) | 71.58º | 0.92% | 0.98% | - |
| XYZ | 59.19 | 80.78 | 13.18 | - |
| YUV | 209.85 | 21.42 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 21 | 0.18 | 0 | 0.92 | 0.02 | 71.58 | 0.95 | 0.53 |
| Hex | CD | F9 | 15 | 12 | 0 | 5C | 2 | 48 | 5F | 35 |
| Octal | 315 | 371 | 25 | 22 | 0 | 134 | 2 | 110 | 137 | 65 |
| Binary | 11001101 | 11111001 | 10101 | 10010 | 0 | 1011100 | 10 | 1001000 | 1011111 | 110101 |
Color Harmonies of #CDF915
Complementary color
Monochromatic Colors of #CDF915
Black with #CDF915
Text Example
Text Example
White with #CDF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF915; }
p { color: rgb(205,249,21); }
H1.HeaderClassName
{
color: #CDF915;
}
.AnyTagClassName
{
color: #CDF915;
}
</style>
background-color css
<style>
a { background-color: #CDF915; }
a { background-color: rgb(205,249,21); }
div.DivClassName
{
background-color: #CDF915;
}
.BgClassName
{
background-color: #CDF915;
}
</style>
border-color css
<style>
span { border-color: #CDF915; }
span { border-color: rgb(205,249,21); }
td.TdClassName
{
border-color: #CDF915;
}
.TagClassName
{
border-color: #CDF915;
}
</style>