Shades of Electric Lime #CFE500
Tints of Electric Lime #CFE500
RGB
CMYK
RGB Variations
Color information
#CFE500 (or 0xCFE500) is known color: Electric Lime. HEX triplet: CF, E5 and 00. RGB value is (207,229,0). Sum of RGB (Red+Green+Blue) = 207+229+0=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE500 is #301AFF. Grayscale: #C5C5C5. Windows color (decimal): -3152640 or 58831. OLE color: 58831.
HSL color Cylindrical-coordinate representation of color #CFE500: hue angle of 65.76º 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 #CFE500 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.10 |
| HSL | 65.76º | 1% | 0.45% | - |
| HSV(B) | 65.76º | 1% | 0.9% | - |
| XYZ | 53.75 | 69.3 | 10.54 | - |
| YUV | 196.32 | 17.21 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 0 | 0.10 | 0 | 1 | 0.10 | 65.76 | 1 | 0.45 |
| Hex | CF | E5 | 0 | A | 0 | 64 | A | 42 | 64 | 2D |
| Octal | 317 | 345 | 0 | 12 | 0 | 144 | 12 | 102 | 144 | 55 |
| Binary | 11001111 | 11100101 | 0 | 1010 | 0 | 1100100 | 1010 | 1000010 | 1100100 | 101101 |
Color Harmonies of #CFE500
Complementary color
Monochromatic Colors of #CFE500
Black with #CFE500
Text Example
Text Example
White with #CFE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE500; }
p { color: rgb(207,229,0); }
H1.HeaderClassName
{
color: #CFE500;
}
.AnyTagClassName
{
color: #CFE500;
}
</style>
background-color css
<style>
a { background-color: #CFE500; }
a { background-color: rgb(207,229,0); }
div.DivClassName
{
background-color: #CFE500;
}
.BgClassName
{
background-color: #CFE500;
}
</style>
border-color css
<style>
span { border-color: #CFE500; }
span { border-color: rgb(207,229,0); }
td.TdClassName
{
border-color: #CFE500;
}
.TagClassName
{
border-color: #CFE500;
}
</style>