Shades of Electric Lime #CDFC0A
Tints of Electric Lime #CDFC0A
RGB
CMYK
RGB Variations
Color information
#CDFC0A (or 0xCDFC0A) is known color: Electric Lime. HEX triplet: CD, FC and 0A. RGB value is (205,252,10). Sum of RGB (Red+Green+Blue) = 205+252+10=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFC0A is #3203F5. Grayscale: #D3D3D3. Windows color (decimal): -3277814 or 720077. OLE color: 720077.
HSL color Cylindrical-coordinate representation of color #CDFC0A: hue angle of 71.65º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDFC0A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 10 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.01 |
| HSL | 71.65º | 0.98% | 0.51% | - |
| HSV(B) | 71.65º | 0.96% | 0.99% | - |
| XYZ | 60.04 | 82.62 | 13.07 | - |
| YUV | 210.36 | 14.93 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 10 | 0.19 | 0 | 0.96 | 0.01 | 71.65 | 0.98 | 0.51 |
| Hex | CD | FC | A | 13 | 0 | 60 | 1 | 48 | 62 | 33 |
| Octal | 315 | 374 | 12 | 23 | 0 | 140 | 1 | 110 | 142 | 63 |
| Binary | 11001101 | 11111100 | 1010 | 10011 | 0 | 1100000 | 1 | 1001000 | 1100010 | 110011 |
Color Harmonies of #CDFC0A
Complementary color
Monochromatic Colors of #CDFC0A
Black with #CDFC0A
Text Example
Text Example
White with #CDFC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC0A; }
p { color: rgb(205,252,10); }
H1.HeaderClassName
{
color: #CDFC0A;
}
.AnyTagClassName
{
color: #CDFC0A;
}
</style>
background-color css
<style>
a { background-color: #CDFC0A; }
a { background-color: rgb(205,252,10); }
div.DivClassName
{
background-color: #CDFC0A;
}
.BgClassName
{
background-color: #CDFC0A;
}
</style>
border-color css
<style>
span { border-color: #CDFC0A; }
span { border-color: rgb(205,252,10); }
td.TdClassName
{
border-color: #CDFC0A;
}
.TagClassName
{
border-color: #CDFC0A;
}
</style>