Shades of Lime Green #1FE62F
Tints of Lime Green #1FE62F
RGB
CMYK
RGB Variations
Color information
#1FE62F (or 0x1FE62F) is known color: Lime Green. HEX triplet: 1F, E6 and 2F. RGB value is (31,230,47). Sum of RGB (Red+Green+Blue) = 31+230+47=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 230 (90.23% from 255 or 74.68% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE62F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE62F is #E019D0. Grayscale: #969696. Windows color (decimal): -14686673 or 3139103. OLE color: 3139103.
HSL color Cylindrical-coordinate representation of color #1FE62F: hue angle of 124.82º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE62F is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 47 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.10 |
| HSL | 124.82º | 0.8% | 0.51% | - |
| HSV(B) | 124.82º | 0.87% | 0.9% | - |
| XYZ | 29.37 | 57.09 | 12.16 | - |
| YUV | 149.64 | 70.07 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 47 | 0.87 | 0 | 0.80 | 0.10 | 124.82 | 0.8 | 0.51 |
| Hex | 1F | E6 | 2F | 57 | 0 | 50 | A | 7D | 50 | 33 |
| Octal | 37 | 346 | 57 | 127 | 0 | 120 | 12 | 175 | 120 | 63 |
| Binary | 11111 | 11100110 | 101111 | 1010111 | 0 | 1010000 | 1010 | 1111101 | 1010000 | 110011 |
Color Harmonies of #1FE62F
Complementary color
Monochromatic Colors of #1FE62F
Black with #1FE62F
Text Example
Text Example
White with #1FE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE62F; }
p { color: rgb(31,230,47); }
H1.HeaderClassName
{
color: #1FE62F;
}
.AnyTagClassName
{
color: #1FE62F;
}
</style>
background-color css
<style>
a { background-color: #1FE62F; }
a { background-color: rgb(31,230,47); }
div.DivClassName
{
background-color: #1FE62F;
}
.BgClassName
{
background-color: #1FE62F;
}
</style>
border-color css
<style>
span { border-color: #1FE62F; }
span { border-color: rgb(31,230,47); }
td.TdClassName
{
border-color: #1FE62F;
}
.TagClassName
{
border-color: #1FE62F;
}
</style>