Shades of Electric Lime #CFE60C
Tints of Electric Lime #CFE60C
RGB
CMYK
RGB Variations
Color information
#CFE60C (or 0xCFE60C) is known color: Electric Lime. HEX triplet: CF, E6 and 0C. RGB value is (207,230,12). Sum of RGB (Red+Green+Blue) = 207+230+12=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE60C is #3019F3. Grayscale: #C7C7C7. Windows color (decimal): -3152372 or 845519. OLE color: 845519.
HSL color Cylindrical-coordinate representation of color #CFE60C: hue angle of 66.33º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFE60C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 12 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.10 |
| HSL | 66.33º | 0.9% | 0.47% | - |
| HSV(B) | 66.33º | 0.95% | 0.9% | - |
| XYZ | 54.1 | 69.89 | 10.99 | - |
| YUV | 198.27 | 22.88 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 12 | 0.10 | 0 | 0.95 | 0.10 | 66.33 | 0.9 | 0.47 |
| Hex | CF | E6 | C | A | 0 | 5F | A | 42 | 5A | 2F |
| Octal | 317 | 346 | 14 | 12 | 0 | 137 | 12 | 102 | 132 | 57 |
| Binary | 11001111 | 11100110 | 1100 | 1010 | 0 | 1011111 | 1010 | 1000010 | 1011010 | 101111 |
Color Harmonies of #CFE60C
Complementary color
Monochromatic Colors of #CFE60C
Black with #CFE60C
Text Example
Text Example
White with #CFE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE60C; }
p { color: rgb(207,230,12); }
H1.HeaderClassName
{
color: #CFE60C;
}
.AnyTagClassName
{
color: #CFE60C;
}
</style>
background-color css
<style>
a { background-color: #CFE60C; }
a { background-color: rgb(207,230,12); }
div.DivClassName
{
background-color: #CFE60C;
}
.BgClassName
{
background-color: #CFE60C;
}
</style>
border-color css
<style>
span { border-color: #CFE60C; }
span { border-color: rgb(207,230,12); }
td.TdClassName
{
border-color: #CFE60C;
}
.TagClassName
{
border-color: #CFE60C;
}
</style>