Shades of Electric Lime #C9F90A
Tints of Electric Lime #C9F90A
RGB
CMYK
RGB Variations
Color information
#C9F90A (or 0xC9F90A) is known color: Electric Lime. HEX triplet: C9, F9 and 0A. RGB value is (201,249,10). Sum of RGB (Red+Green+Blue) = 201+249+10=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F90A is #3606F5. Grayscale: #D0D0D0. Windows color (decimal): -3540726 or 719305. OLE color: 719305.
HSL color Cylindrical-coordinate representation of color #C9F90A: hue angle of 72.05º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9F90A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 10 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.02 |
| HSL | 72.05º | 0.95% | 0.51% | - |
| HSV(B) | 72.05º | 0.96% | 0.98% | - |
| XYZ | 58.02 | 80.19 | 12.71 | - |
| YUV | 207.4 | 16.6 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 10 | 0.19 | 0 | 0.96 | 0.02 | 72.05 | 0.95 | 0.51 |
| Hex | C9 | F9 | A | 13 | 0 | 60 | 2 | 48 | 5F | 33 |
| Octal | 311 | 371 | 12 | 23 | 0 | 140 | 2 | 110 | 137 | 63 |
| Binary | 11001001 | 11111001 | 1010 | 10011 | 0 | 1100000 | 10 | 1001000 | 1011111 | 110011 |
Color Harmonies of #C9F90A
Complementary color
Monochromatic Colors of #C9F90A
Black with #C9F90A
Text Example
Text Example
White with #C9F90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F90A; }
p { color: rgb(201,249,10); }
H1.HeaderClassName
{
color: #C9F90A;
}
.AnyTagClassName
{
color: #C9F90A;
}
</style>
background-color css
<style>
a { background-color: #C9F90A; }
a { background-color: rgb(201,249,10); }
div.DivClassName
{
background-color: #C9F90A;
}
.BgClassName
{
background-color: #C9F90A;
}
</style>
border-color css
<style>
span { border-color: #C9F90A; }
span { border-color: rgb(201,249,10); }
td.TdClassName
{
border-color: #C9F90A;
}
.TagClassName
{
border-color: #C9F90A;
}
</style>