Shades of Lime Green #1FEE38
Tints of Lime Green #1FEE38
RGB
CMYK
RGB Variations
Color information
#1FEE38 (or 0x1FEE38) is known color: Lime Green. HEX triplet: 1F, EE and 38. RGB value is (31,238,56). Sum of RGB (Red+Green+Blue) = 31+238+56=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 238 (93.36% from 255 or 73.23% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEE38 is #E011C7. Grayscale: #9B9B9B. Windows color (decimal): -14684616 or 3730975. OLE color: 3730975.
HSL color Cylindrical-coordinate representation of color #1FEE38: hue angle of 127.25º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEE38 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 56 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.07 |
| HSL | 127.25º | 0.86% | 0.53% | - |
| HSV(B) | 127.25º | 0.87% | 0.93% | - |
| XYZ | 31.85 | 61.73 | 13.98 | - |
| YUV | 155.36 | 71.92 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 56 | 0.87 | 0 | 0.76 | 0.07 | 127.25 | 0.86 | 0.53 |
| Hex | 1F | EE | 38 | 57 | 0 | 4C | 7 | 7F | 56 | 35 |
| Octal | 37 | 356 | 70 | 127 | 0 | 114 | 7 | 177 | 126 | 65 |
| Binary | 11111 | 11101110 | 111000 | 1010111 | 0 | 1001100 | 111 | 1111111 | 1010110 | 110101 |
Color Harmonies of #1FEE38
Complementary color
Monochromatic Colors of #1FEE38
Black with #1FEE38
Text Example
Text Example
White with #1FEE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEE38; }
p { color: rgb(31,238,56); }
H1.HeaderClassName
{
color: #1FEE38;
}
.AnyTagClassName
{
color: #1FEE38;
}
</style>
background-color css
<style>
a { background-color: #1FEE38; }
a { background-color: rgb(31,238,56); }
div.DivClassName
{
background-color: #1FEE38;
}
.BgClassName
{
background-color: #1FEE38;
}
</style>
border-color css
<style>
span { border-color: #1FEE38; }
span { border-color: rgb(31,238,56); }
td.TdClassName
{
border-color: #1FEE38;
}
.TagClassName
{
border-color: #1FEE38;
}
</style>