Shades of Electric Lime #C9F90E
Tints of Electric Lime #C9F90E
RGB
CMYK
RGB Variations
Color information
#C9F90E (or 0xC9F90E) is known color: Electric Lime. HEX triplet: C9, F9 and 0E. RGB value is (201,249,14). Sum of RGB (Red+Green+Blue) = 201+249+14=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F90E is #3606F1. Grayscale: #D0D0D0. Windows color (decimal): -3540722 or 981449. OLE color: 981449.
HSL color Cylindrical-coordinate representation of color #C9F90E: hue angle of 72.26º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9F90E is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
RGB | 201 | 249 | 14 | - |
CMYK | 0.19 | 0 | 0.94 | 0.02 |
HSL | 72.26º | 0.95% | 0.52% | - |
HSV(B) | 72.26º | 0.94% | 0.98% | - |
XYZ | 58.04 | 80.2 | 12.84 | - |
YUV | 207.86 | 18.6 | 123.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 249 | 14 | 0.19 | 0 | 0.94 | 0.02 | 72.26 | 0.95 | 0.52 |
Hex | C9 | F9 | E | 13 | 0 | 5E | 2 | 48 | 5F | 34 |
Octal | 311 | 371 | 16 | 23 | 0 | 136 | 2 | 110 | 137 | 64 |
Binary | 11001001 | 11111001 | 1110 | 10011 | 0 | 1011110 | 10 | 1001000 | 1011111 | 110100 |
Color Harmonies of #C9F90E
Complementary color
Monochromatic Colors of #C9F90E
Black with #C9F90E
Text Example
Text Example
White with #C9F90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F90E; }
p { color: rgb(201,249,14); }
H1.HeaderClassName
{
color: #C9F90E;
}
.AnyTagClassName
{
color: #C9F90E;
}
</style>
background-color css
<style>
a { background-color: #C9F90E; }
a { background-color: rgb(201,249,14); }
div.DivClassName
{
background-color: #C9F90E;
}
.BgClassName
{
background-color: #C9F90E;
}
</style>
border-color css
<style>
span { border-color: #C9F90E; }
span { border-color: rgb(201,249,14); }
td.TdClassName
{
border-color: #C9F90E;
}
.TagClassName
{
border-color: #C9F90E;
}
</style>