Shades of Electric Lime #CDF20C
Tints of Electric Lime #CDF20C
RGB
CMYK
RGB Variations
Color information
#CDF20C (or 0xCDF20C) is known color: Electric Lime. HEX triplet: CD, F2 and 0C. RGB value is (205,242,12). Sum of RGB (Red+Green+Blue) = 205+242+12=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF20C is #320DF3. Grayscale: #CDCDCD. Windows color (decimal): -3280372 or 848589. OLE color: 848589.
HSL color Cylindrical-coordinate representation of color #CDF20C: hue angle of 69.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDF20C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.05 |
| HSL | 69.65º | 0.91% | 0.5% | - |
| HSV(B) | 69.65º | 0.95% | 0.95% | - |
| XYZ | 57 | 76.51 | 12.11 | - |
| YUV | 204.72 | 19.24 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 12 | 0.15 | 0 | 0.95 | 0.05 | 69.65 | 0.91 | 0.5 |
| Hex | CD | F2 | C | F | 0 | 5F | 5 | 46 | 5B | 32 |
| Octal | 315 | 362 | 14 | 17 | 0 | 137 | 5 | 106 | 133 | 62 |
| Binary | 11001101 | 11110010 | 1100 | 1111 | 0 | 1011111 | 101 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CDF20C
Complementary color
Monochromatic Colors of #CDF20C
Black with #CDF20C
Text Example
Text Example
White with #CDF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF20C; }
p { color: rgb(205,242,12); }
H1.HeaderClassName
{
color: #CDF20C;
}
.AnyTagClassName
{
color: #CDF20C;
}
</style>
background-color css
<style>
a { background-color: #CDF20C; }
a { background-color: rgb(205,242,12); }
div.DivClassName
{
background-color: #CDF20C;
}
.BgClassName
{
background-color: #CDF20C;
}
</style>
border-color css
<style>
span { border-color: #CDF20C; }
span { border-color: rgb(205,242,12); }
td.TdClassName
{
border-color: #CDF20C;
}
.TagClassName
{
border-color: #CDF20C;
}
</style>