Shades of Electric Lime #CFE600
Tints of Electric Lime #CFE600
RGB
CMYK
RGB Variations
Color information
#CFE600 (or 0xCFE600) is known color: Electric Lime. HEX triplet: CF, E6 and 00. RGB value is (207,230,0). Sum of RGB (Red+Green+Blue) = 207+230+0=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 230 (90.23% from 255 or 52.63% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE600 is #3019FF. Grayscale: #C5C5C5. Windows color (decimal): -3152384 or 59087. OLE color: 59087.
HSL color Cylindrical-coordinate representation of color #CFE600: hue angle of 66º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFE600 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.10 |
| HSL | 66º | 1% | 0.45% | - |
| HSV(B) | 66º | 1% | 0.9% | - |
| XYZ | 54.03 | 69.86 | 10.64 | - |
| YUV | 196.9 | 16.88 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 0 | 0.10 | 0 | 1 | 0.10 | 66 | 1 | 0.45 |
| Hex | CF | E6 | 0 | A | 0 | 64 | A | 42 | 64 | 2D |
| Octal | 317 | 346 | 0 | 12 | 0 | 144 | 12 | 102 | 144 | 55 |
| Binary | 11001111 | 11100110 | 0 | 1010 | 0 | 1100100 | 1010 | 1000010 | 1100100 | 101101 |
Color Harmonies of #CFE600
Complementary color
Monochromatic Colors of #CFE600
Black with #CFE600
Text Example
Text Example
White with #CFE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE600; }
p { color: rgb(207,230,0); }
H1.HeaderClassName
{
color: #CFE600;
}
.AnyTagClassName
{
color: #CFE600;
}
</style>
background-color css
<style>
a { background-color: #CFE600; }
a { background-color: rgb(207,230,0); }
div.DivClassName
{
background-color: #CFE600;
}
.BgClassName
{
background-color: #CFE600;
}
</style>
border-color css
<style>
span { border-color: #CFE600; }
span { border-color: rgb(207,230,0); }
td.TdClassName
{
border-color: #CFE600;
}
.TagClassName
{
border-color: #CFE600;
}
</style>