Shades of Electric Lime #C3FA17
Tints of Electric Lime #C3FA17
RGB
CMYK
RGB Variations
Color information
#C3FA17 (or 0xC3FA17) is known color: Electric Lime. HEX triplet: C3, FA and 17. RGB value is (195,250,23). Sum of RGB (Red+Green+Blue) = 195+250+23=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FA17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FA17 is #3C05E8. Grayscale: #D0D0D0. Windows color (decimal): -3933673 or 1571523. OLE color: 1571523.
HSL color Cylindrical-coordinate representation of color #C3FA17: hue angle of 74.54º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3FA17 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 23 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.02 |
| HSL | 74.54º | 0.96% | 0.54% | - |
| HSV(B) | 74.54º | 0.91% | 0.98% | - |
| XYZ | 56.85 | 80.04 | 13.26 | - |
| YUV | 207.68 | 23.78 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 23 | 0.22 | 0 | 0.91 | 0.02 | 74.54 | 0.96 | 0.54 |
| Hex | C3 | FA | 17 | 16 | 0 | 5B | 2 | 4B | 60 | 36 |
| Octal | 303 | 372 | 27 | 26 | 0 | 133 | 2 | 113 | 140 | 66 |
| Binary | 11000011 | 11111010 | 10111 | 10110 | 0 | 1011011 | 10 | 1001011 | 1100000 | 110110 |
Color Harmonies of #C3FA17
Complementary color
Monochromatic Colors of #C3FA17
Black with #C3FA17
Text Example
Text Example
White with #C3FA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FA17; }
p { color: rgb(195,250,23); }
H1.HeaderClassName
{
color: #C3FA17;
}
.AnyTagClassName
{
color: #C3FA17;
}
</style>
background-color css
<style>
a { background-color: #C3FA17; }
a { background-color: rgb(195,250,23); }
div.DivClassName
{
background-color: #C3FA17;
}
.BgClassName
{
background-color: #C3FA17;
}
</style>
border-color css
<style>
span { border-color: #C3FA17; }
span { border-color: rgb(195,250,23); }
td.TdClassName
{
border-color: #C3FA17;
}
.TagClassName
{
border-color: #C3FA17;
}
</style>