Shades of Electric Lime #CFF319
Tints of Electric Lime #CFF319
RGB
CMYK
RGB Variations
Color information
#CFF319 (or 0xCFF319) is known color: Electric Lime. HEX triplet: CF, F3 and 19. RGB value is (207,243,25). Sum of RGB (Red+Green+Blue) = 207+243+25=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF319 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF319 is #300CE6. Grayscale: #D0D0D0. Windows color (decimal): -3149031 or 1700815. OLE color: 1700815.
HSL color Cylindrical-coordinate representation of color #CFF319: hue angle of 69.91º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFF319 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 25 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.05 |
| HSL | 69.91º | 0.9% | 0.53% | - |
| HSV(B) | 69.91º | 0.9% | 0.95% | - |
| XYZ | 57.96 | 77.44 | 12.81 | - |
| YUV | 207.38 | 25.07 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 25 | 0.15 | 0 | 0.90 | 0.05 | 69.91 | 0.9 | 0.53 |
| Hex | CF | F3 | 19 | F | 0 | 5A | 5 | 46 | 5A | 35 |
| Octal | 317 | 363 | 31 | 17 | 0 | 132 | 5 | 106 | 132 | 65 |
| Binary | 11001111 | 11110011 | 11001 | 1111 | 0 | 1011010 | 101 | 1000110 | 1011010 | 110101 |
Color Harmonies of #CFF319
Complementary color
Monochromatic Colors of #CFF319
Black with #CFF319
Text Example
Text Example
White with #CFF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF319; }
p { color: rgb(207,243,25); }
H1.HeaderClassName
{
color: #CFF319;
}
.AnyTagClassName
{
color: #CFF319;
}
</style>
background-color css
<style>
a { background-color: #CFF319; }
a { background-color: rgb(207,243,25); }
div.DivClassName
{
background-color: #CFF319;
}
.BgClassName
{
background-color: #CFF319;
}
</style>
border-color css
<style>
span { border-color: #CFF319; }
span { border-color: rgb(207,243,25); }
td.TdClassName
{
border-color: #CFF319;
}
.TagClassName
{
border-color: #CFF319;
}
</style>