Shades of Electric Lime #CFFC1D
Tints of Electric Lime #CFFC1D
RGB
CMYK
RGB Variations
Color information
#CFFC1D (or 0xCFFC1D) is known color: Electric Lime. HEX triplet: CF, FC and 1D. RGB value is (207,252,29). Sum of RGB (Red+Green+Blue) = 207+252+29=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC1D is #3003E2. Grayscale: #D5D5D5. Windows color (decimal): -3146723 or 1965263. OLE color: 1965263.
HSL color Cylindrical-coordinate representation of color #CFFC1D: hue angle of 72.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFFC1D is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 29 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.01 |
| HSL | 72.11º | 0.97% | 0.55% | - |
| HSV(B) | 72.11º | 0.88% | 0.99% | - |
| XYZ | 60.76 | 82.97 | 13.98 | - |
| YUV | 213.12 | 24.09 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 29 | 0.18 | 0 | 0.88 | 0.01 | 72.11 | 0.97 | 0.55 |
| Hex | CF | FC | 1D | 12 | 0 | 58 | 1 | 48 | 61 | 37 |
| Octal | 317 | 374 | 35 | 22 | 0 | 130 | 1 | 110 | 141 | 67 |
| Binary | 11001111 | 11111100 | 11101 | 10010 | 0 | 1011000 | 1 | 1001000 | 1100001 | 110111 |
Color Harmonies of #CFFC1D
Complementary color
Monochromatic Colors of #CFFC1D
Black with #CFFC1D
Text Example
Text Example
White with #CFFC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC1D; }
p { color: rgb(207,252,29); }
H1.HeaderClassName
{
color: #CFFC1D;
}
.AnyTagClassName
{
color: #CFFC1D;
}
</style>
background-color css
<style>
a { background-color: #CFFC1D; }
a { background-color: rgb(207,252,29); }
div.DivClassName
{
background-color: #CFFC1D;
}
.BgClassName
{
background-color: #CFFC1D;
}
</style>
border-color css
<style>
span { border-color: #CFFC1D; }
span { border-color: rgb(207,252,29); }
td.TdClassName
{
border-color: #CFFC1D;
}
.TagClassName
{
border-color: #CFFC1D;
}
</style>