Shades of Electric Lime #C1F912
Tints of Electric Lime #C1F912
RGB
CMYK
RGB Variations
Color information
#C1F912 (or 0xC1F912) is known color: Electric Lime. HEX triplet: C1, F9 and 12. RGB value is (193,249,18). Sum of RGB (Red+Green+Blue) = 193+249+18=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F912 is #3E06ED. Grayscale: #CECECE. Windows color (decimal): -4065006 or 1243585. OLE color: 1243585.
HSL color Cylindrical-coordinate representation of color #C1F912: hue angle of 74.55º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1F912 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 18 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.02 |
| HSL | 74.55º | 0.95% | 0.52% | - |
| HSV(B) | 74.55º | 0.93% | 0.98% | - |
| XYZ | 55.98 | 79.13 | 12.9 | - |
| YUV | 205.92 | 21.95 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 18 | 0.22 | 0 | 0.93 | 0.02 | 74.55 | 0.95 | 0.52 |
| Hex | C1 | F9 | 12 | 16 | 0 | 5D | 2 | 4B | 5F | 34 |
| Octal | 301 | 371 | 22 | 26 | 0 | 135 | 2 | 113 | 137 | 64 |
| Binary | 11000001 | 11111001 | 10010 | 10110 | 0 | 1011101 | 10 | 1001011 | 1011111 | 110100 |
Color Harmonies of #C1F912
Complementary color
Monochromatic Colors of #C1F912
Black with #C1F912
Text Example
Text Example
White with #C1F912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F912; }
p { color: rgb(193,249,18); }
H1.HeaderClassName
{
color: #C1F912;
}
.AnyTagClassName
{
color: #C1F912;
}
</style>
background-color css
<style>
a { background-color: #C1F912; }
a { background-color: rgb(193,249,18); }
div.DivClassName
{
background-color: #C1F912;
}
.BgClassName
{
background-color: #C1F912;
}
</style>
border-color css
<style>
span { border-color: #C1F912; }
span { border-color: rgb(193,249,18); }
td.TdClassName
{
border-color: #C1F912;
}
.TagClassName
{
border-color: #C1F912;
}
</style>