Shades of Lime Green #1FCE03
Tints of Lime Green #1FCE03
RGB
CMYK
RGB Variations
Color information
#1FCE03 (or 0x1FCE03) is known color: Lime Green. HEX triplet: 1F, CE and 03. RGB value is (31,206,3). Sum of RGB (Red+Green+Blue) = 31+206+3=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 206 (80.86% from 255 or 85.83% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCE03 is #E031FC. Grayscale: #838383. Windows color (decimal): -14692861 or 249375. OLE color: 249375.
HSL color Cylindrical-coordinate representation of color #1FCE03: hue angle of 111.72º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FCE03 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 3 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.19 |
| HSL | 111.72º | 0.97% | 0.41% | - |
| HSV(B) | 111.72º | 0.99% | 0.81% | - |
| XYZ | 22.65 | 44.44 | 7.47 | - |
| YUV | 130.53 | 56.02 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 3 | 0.85 | 0 | 0.99 | 0.19 | 111.72 | 0.97 | 0.41 |
| Hex | 1F | CE | 3 | 55 | 0 | 63 | 13 | 70 | 61 | 29 |
| Octal | 37 | 316 | 3 | 125 | 0 | 143 | 23 | 160 | 141 | 51 |
| Binary | 11111 | 11001110 | 11 | 1010101 | 0 | 1100011 | 10011 | 1110000 | 1100001 | 101001 |
Color Harmonies of #1FCE03
Complementary color
Monochromatic Colors of #1FCE03
Black with #1FCE03
Text Example
Text Example
White with #1FCE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE03; }
p { color: rgb(31,206,3); }
H1.HeaderClassName
{
color: #1FCE03;
}
.AnyTagClassName
{
color: #1FCE03;
}
</style>
background-color css
<style>
a { background-color: #1FCE03; }
a { background-color: rgb(31,206,3); }
div.DivClassName
{
background-color: #1FCE03;
}
.BgClassName
{
background-color: #1FCE03;
}
</style>
border-color css
<style>
span { border-color: #1FCE03; }
span { border-color: rgb(31,206,3); }
td.TdClassName
{
border-color: #1FCE03;
}
.TagClassName
{
border-color: #1FCE03;
}
</style>