Shades of Lime Green #1FE830
Tints of Lime Green #1FE830
RGB
CMYK
RGB Variations
Color information
#1FE830 (or 0x1FE830) is known color: Lime Green. HEX triplet: 1F, E8 and 30. RGB value is (31,232,48). Sum of RGB (Red+Green+Blue) = 31+232+48=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 232 (91.02% from 255 or 74.60% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 232 - color contains mainly: green. Hex color #1FE830 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE830 is #E017CF. Grayscale: #979797. Windows color (decimal): -14686160 or 3205151. OLE color: 3205151.
HSL color Cylindrical-coordinate representation of color #1FE830: hue angle of 125.07º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE830 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 232 | 48 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.09 |
| HSL | 125.07º | 0.81% | 0.52% | - |
| HSV(B) | 125.07º | 0.87% | 0.91% | - |
| XYZ | 29.96 | 58.22 | 12.45 | - |
| YUV | 150.93 | 69.91 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 232 | 48 | 0.87 | 0 | 0.79 | 0.09 | 125.07 | 0.81 | 0.52 |
| Hex | 1F | E8 | 30 | 57 | 0 | 4F | 9 | 7D | 51 | 34 |
| Octal | 37 | 350 | 60 | 127 | 0 | 117 | 11 | 175 | 121 | 64 |
| Binary | 11111 | 11101000 | 110000 | 1010111 | 0 | 1001111 | 1001 | 1111101 | 1010001 | 110100 |
Color Harmonies of #1FE830
Complementary color
Monochromatic Colors of #1FE830
Black with #1FE830
Text Example
Text Example
White with #1FE830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE830; }
p { color: rgb(31,232,48); }
H1.HeaderClassName
{
color: #1FE830;
}
.AnyTagClassName
{
color: #1FE830;
}
</style>
background-color css
<style>
a { background-color: #1FE830; }
a { background-color: rgb(31,232,48); }
div.DivClassName
{
background-color: #1FE830;
}
.BgClassName
{
background-color: #1FE830;
}
</style>
border-color css
<style>
span { border-color: #1FE830; }
span { border-color: rgb(31,232,48); }
td.TdClassName
{
border-color: #1FE830;
}
.TagClassName
{
border-color: #1FE830;
}
</style>