Shades of Electric Lime #C2F715
Tints of Electric Lime #C2F715
RGB
CMYK
RGB Variations
Color information
#C2F715 (or 0xC2F715) is known color: Electric Lime. HEX triplet: C2, F7 and 15. RGB value is (194,247,21). Sum of RGB (Red+Green+Blue) = 194+247+21=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 247 (96.88% from 255 or 53.46% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F715 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F715 is #3D08EA. Grayscale: #CECECE. Windows color (decimal): -3999979 or 1439682. OLE color: 1439682.
HSL color Cylindrical-coordinate representation of color #C2F715: hue angle of 74.07º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2F715 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 21 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.03 |
| HSL | 74.07º | 0.93% | 0.53% | - |
| HSV(B) | 74.07º | 0.91% | 0.97% | - |
| XYZ | 55.64 | 78.05 | 12.84 | - |
| YUV | 205.39 | 23.94 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 21 | 0.21 | 0 | 0.91 | 0.03 | 74.07 | 0.93 | 0.53 |
| Hex | C2 | F7 | 15 | 15 | 0 | 5B | 3 | 4A | 5D | 35 |
| Octal | 302 | 367 | 25 | 25 | 0 | 133 | 3 | 112 | 135 | 65 |
| Binary | 11000010 | 11110111 | 10101 | 10101 | 0 | 1011011 | 11 | 1001010 | 1011101 | 110101 |
Color Harmonies of #C2F715
Complementary color
Monochromatic Colors of #C2F715
Black with #C2F715
Text Example
Text Example
White with #C2F715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F715; }
p { color: rgb(194,247,21); }
H1.HeaderClassName
{
color: #C2F715;
}
.AnyTagClassName
{
color: #C2F715;
}
</style>
background-color css
<style>
a { background-color: #C2F715; }
a { background-color: rgb(194,247,21); }
div.DivClassName
{
background-color: #C2F715;
}
.BgClassName
{
background-color: #C2F715;
}
</style>
border-color css
<style>
span { border-color: #C2F715; }
span { border-color: rgb(194,247,21); }
td.TdClassName
{
border-color: #C2F715;
}
.TagClassName
{
border-color: #C2F715;
}
</style>