Shades of Electric Lime #CFF91A
Tints of Electric Lime #CFF91A
RGB
CMYK
RGB Variations
Color information
#CFF91A (or 0xCFF91A) is known color: Electric Lime. HEX triplet: CF, F9 and 1A. RGB value is (207,249,26). Sum of RGB (Red+Green+Blue) = 207+249+26=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF91A is #3006E5. Grayscale: #D3D3D3. Windows color (decimal): -3147494 or 1767887. OLE color: 1767887.
HSL color Cylindrical-coordinate representation of color #CFF91A: hue angle of 71.3º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFF91A is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 26 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.02 |
| HSL | 71.3º | 0.95% | 0.54% | - |
| HSV(B) | 71.3º | 0.9% | 0.98% | - |
| XYZ | 59.79 | 81.09 | 13.48 | - |
| YUV | 211.02 | 23.59 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 26 | 0.17 | 0 | 0.90 | 0.02 | 71.3 | 0.95 | 0.54 |
| Hex | CF | F9 | 1A | 11 | 0 | 5A | 2 | 47 | 5F | 36 |
| Octal | 317 | 371 | 32 | 21 | 0 | 132 | 2 | 107 | 137 | 66 |
| Binary | 11001111 | 11111001 | 11010 | 10001 | 0 | 1011010 | 10 | 1000111 | 1011111 | 110110 |
Color Harmonies of #CFF91A
Complementary color
Monochromatic Colors of #CFF91A
Black with #CFF91A
Text Example
Text Example
White with #CFF91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF91A; }
p { color: rgb(207,249,26); }
H1.HeaderClassName
{
color: #CFF91A;
}
.AnyTagClassName
{
color: #CFF91A;
}
</style>
background-color css
<style>
a { background-color: #CFF91A; }
a { background-color: rgb(207,249,26); }
div.DivClassName
{
background-color: #CFF91A;
}
.BgClassName
{
background-color: #CFF91A;
}
</style>
border-color css
<style>
span { border-color: #CFF91A; }
span { border-color: rgb(207,249,26); }
td.TdClassName
{
border-color: #CFF91A;
}
.TagClassName
{
border-color: #CFF91A;
}
</style>