Shades of Lime Green #1FE334
Tints of Lime Green #1FE334
RGB
CMYK
RGB Variations
Color information
#1FE334 (or 0x1FE334) is known color: Lime Green. HEX triplet: 1F, E3 and 34. RGB value is (31,227,52). Sum of RGB (Red+Green+Blue) = 31+227+52=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE334 is #E01CCB. Grayscale: #949494. Windows color (decimal): -14687436 or 3466015. OLE color: 3466015.
HSL color Cylindrical-coordinate representation of color #1FE334: hue angle of 126.43º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE334 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 227 | 52 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.11 |
| HSL | 126.43º | 0.78% | 0.51% | - |
| HSV(B) | 126.43º | 0.86% | 0.89% | - |
| XYZ | 28.65 | 55.48 | 12.45 | - |
| YUV | 148.45 | 73.57 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 227 | 52 | 0.86 | 0 | 0.77 | 0.11 | 126.43 | 0.78 | 0.51 |
| Hex | 1F | E3 | 34 | 56 | 0 | 4D | B | 7E | 4E | 33 |
| Octal | 37 | 343 | 64 | 126 | 0 | 115 | 13 | 176 | 116 | 63 |
| Binary | 11111 | 11100011 | 110100 | 1010110 | 0 | 1001101 | 1011 | 1111110 | 1001110 | 110011 |
Color Harmonies of #1FE334
Complementary color
Monochromatic Colors of #1FE334
Black with #1FE334
Text Example
Text Example
White with #1FE334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE334; }
p { color: rgb(31,227,52); }
H1.HeaderClassName
{
color: #1FE334;
}
.AnyTagClassName
{
color: #1FE334;
}
</style>
background-color css
<style>
a { background-color: #1FE334; }
a { background-color: rgb(31,227,52); }
div.DivClassName
{
background-color: #1FE334;
}
.BgClassName
{
background-color: #1FE334;
}
</style>
border-color css
<style>
span { border-color: #1FE334; }
span { border-color: rgb(31,227,52); }
td.TdClassName
{
border-color: #1FE334;
}
.TagClassName
{
border-color: #1FE334;
}
</style>