Shades of Electric Lime #CDFB0A
Tints of Electric Lime #CDFB0A
RGB
CMYK
RGB Variations
Color information
#CDFB0A (or 0xCDFB0A) is known color: Electric Lime. HEX triplet: CD, FB and 0A. RGB value is (205,251,10). Sum of RGB (Red+Green+Blue) = 205+251+10=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFB0A is #3204F5. Grayscale: #D2D2D2. Windows color (decimal): -3278070 or 719821. OLE color: 719821.
HSL color Cylindrical-coordinate representation of color #CDFB0A: hue angle of 71.45º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDFB0A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 10 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.02 |
| HSL | 71.45º | 0.97% | 0.51% | - |
| HSV(B) | 71.45º | 0.96% | 0.98% | - |
| XYZ | 59.73 | 82 | 12.97 | - |
| YUV | 209.77 | 15.26 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 10 | 0.18 | 0 | 0.96 | 0.02 | 71.45 | 0.97 | 0.51 |
| Hex | CD | FB | A | 12 | 0 | 60 | 2 | 47 | 61 | 33 |
| Octal | 315 | 373 | 12 | 22 | 0 | 140 | 2 | 107 | 141 | 63 |
| Binary | 11001101 | 11111011 | 1010 | 10010 | 0 | 1100000 | 10 | 1000111 | 1100001 | 110011 |
Color Harmonies of #CDFB0A
Complementary color
Monochromatic Colors of #CDFB0A
Black with #CDFB0A
Text Example
Text Example
White with #CDFB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB0A; }
p { color: rgb(205,251,10); }
H1.HeaderClassName
{
color: #CDFB0A;
}
.AnyTagClassName
{
color: #CDFB0A;
}
</style>
background-color css
<style>
a { background-color: #CDFB0A; }
a { background-color: rgb(205,251,10); }
div.DivClassName
{
background-color: #CDFB0A;
}
.BgClassName
{
background-color: #CDFB0A;
}
</style>
border-color css
<style>
span { border-color: #CDFB0A; }
span { border-color: rgb(205,251,10); }
td.TdClassName
{
border-color: #CDFB0A;
}
.TagClassName
{
border-color: #CDFB0A;
}
</style>