Shades of Electric Lime #CDF215
Tints of Electric Lime #CDF215
RGB
CMYK
RGB Variations
Color information
#CDF215 (or 0xCDF215) is known color: Electric Lime. HEX triplet: CD, F2 and 15. RGB value is (205,242,21). Sum of RGB (Red+Green+Blue) = 205+242+21=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF215 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF215 is #320DEA. Grayscale: #CECECE. Windows color (decimal): -3280363 or 1438413. OLE color: 1438413.
HSL color Cylindrical-coordinate representation of color #CDF215: hue angle of 70.05º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF215 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 21 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.05 |
| HSL | 70.05º | 0.89% | 0.52% | - |
| HSV(B) | 70.05º | 0.91% | 0.95% | - |
| XYZ | 57.06 | 76.54 | 12.48 | - |
| YUV | 205.74 | 23.74 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 21 | 0.15 | 0 | 0.91 | 0.05 | 70.05 | 0.89 | 0.52 |
| Hex | CD | F2 | 15 | F | 0 | 5B | 5 | 46 | 59 | 34 |
| Octal | 315 | 362 | 25 | 17 | 0 | 133 | 5 | 106 | 131 | 64 |
| Binary | 11001101 | 11110010 | 10101 | 1111 | 0 | 1011011 | 101 | 1000110 | 1011001 | 110100 |
Color Harmonies of #CDF215
Complementary color
Monochromatic Colors of #CDF215
Black with #CDF215
Text Example
Text Example
White with #CDF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF215; }
p { color: rgb(205,242,21); }
H1.HeaderClassName
{
color: #CDF215;
}
.AnyTagClassName
{
color: #CDF215;
}
</style>
background-color css
<style>
a { background-color: #CDF215; }
a { background-color: rgb(205,242,21); }
div.DivClassName
{
background-color: #CDF215;
}
.BgClassName
{
background-color: #CDF215;
}
</style>
border-color css
<style>
span { border-color: #CDF215; }
span { border-color: rgb(205,242,21); }
td.TdClassName
{
border-color: #CDF215;
}
.TagClassName
{
border-color: #CDF215;
}
</style>