Shades of Electric Lime #CDFF0C
Tints of Electric Lime #CDFF0C
RGB
CMYK
RGB Variations
Color information
#CDFF0C (or 0xCDFF0C) is known color: Electric Lime. HEX triplet: CD, FF and 0C. RGB value is (205,255,12). Sum of RGB (Red+Green+Blue) = 205+255+12=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF0C is #3200F3. Grayscale: #D5D5D5. Windows color (decimal): -3277044 or 851917. OLE color: 851917.
HSL color Cylindrical-coordinate representation of color #CDFF0C: hue angle of 72.35º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDFF0C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 12 | - |
| CMYK | 0.20 | 0 | 0.95 | 0 |
| HSL | 72.35º | 1% | 0.52% | - |
| HSV(B) | 72.35º | 0.95% | 1% | - |
| XYZ | 61 | 84.53 | 13.45 | - |
| YUV | 212.35 | 14.94 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 12 | 0.20 | 0 | 0.95 | 0 | 72.35 | 1 | 0.52 |
| Hex | CD | FF | C | 14 | 0 | 5F | 0 | 48 | 64 | 34 |
| Octal | 315 | 377 | 14 | 24 | 0 | 137 | 0 | 110 | 144 | 64 |
| Binary | 11001101 | 11111111 | 1100 | 10100 | 0 | 1011111 | 0 | 1001000 | 1100100 | 110100 |
Color Harmonies of #CDFF0C
Complementary color
Monochromatic Colors of #CDFF0C
Black with #CDFF0C
Text Example
Text Example
White with #CDFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF0C; }
p { color: rgb(205,255,12); }
H1.HeaderClassName
{
color: #CDFF0C;
}
.AnyTagClassName
{
color: #CDFF0C;
}
</style>
background-color css
<style>
a { background-color: #CDFF0C; }
a { background-color: rgb(205,255,12); }
div.DivClassName
{
background-color: #CDFF0C;
}
.BgClassName
{
background-color: #CDFF0C;
}
</style>
border-color css
<style>
span { border-color: #CDFF0C; }
span { border-color: rgb(205,255,12); }
td.TdClassName
{
border-color: #CDFF0C;
}
.TagClassName
{
border-color: #CDFF0C;
}
</style>