Shades of Electric Lime #CFE306
Tints of Electric Lime #CFE306
RGB
CMYK
RGB Variations
Color information
#CFE306 (or 0xCFE306) is known color: Electric Lime. HEX triplet: CF, E3 and 06. RGB value is (207,227,6). Sum of RGB (Red+Green+Blue) = 207+227+6=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 227 (89.06% from 255 or 51.59% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE306 is #301CF9. Grayscale: #C4C4C4. Windows color (decimal): -3153146 or 451535. OLE color: 451535.
HSL color Cylindrical-coordinate representation of color #CFE306: hue angle of 65.43º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFE306 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 6 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.11 |
| HSL | 65.43º | 0.95% | 0.46% | - |
| HSV(B) | 65.43º | 0.97% | 0.89% | - |
| XYZ | 53.23 | 68.22 | 10.53 | - |
| YUV | 195.83 | 20.87 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 6 | 0.09 | 0 | 0.97 | 0.11 | 65.43 | 0.95 | 0.46 |
| Hex | CF | E3 | 6 | 9 | 0 | 61 | B | 41 | 5F | 2E |
| Octal | 317 | 343 | 6 | 11 | 0 | 141 | 13 | 101 | 137 | 56 |
| Binary | 11001111 | 11100011 | 110 | 1001 | 0 | 1100001 | 1011 | 1000001 | 1011111 | 101110 |
Color Harmonies of #CFE306
Complementary color
Monochromatic Colors of #CFE306
Black with #CFE306
Text Example
Text Example
White with #CFE306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE306; }
p { color: rgb(207,227,6); }
H1.HeaderClassName
{
color: #CFE306;
}
.AnyTagClassName
{
color: #CFE306;
}
</style>
background-color css
<style>
a { background-color: #CFE306; }
a { background-color: rgb(207,227,6); }
div.DivClassName
{
background-color: #CFE306;
}
.BgClassName
{
background-color: #CFE306;
}
</style>
border-color css
<style>
span { border-color: #CFE306; }
span { border-color: rgb(207,227,6); }
td.TdClassName
{
border-color: #CFE306;
}
.TagClassName
{
border-color: #CFE306;
}
</style>