Shades of Lime Green #1FE533
Tints of Lime Green #1FE533
RGB
CMYK
RGB Variations
Color information
#1FE533 (or 0x1FE533) is known color: Lime Green. HEX triplet: 1F, E5 and 33. RGB value is (31,229,51). Sum of RGB (Red+Green+Blue) = 31+229+51=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 229 (89.84% from 255 or 73.63% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE533 is #E01ACC. Grayscale: #969696. Windows color (decimal): -14686925 or 3400991. OLE color: 3400991.
HSL color Cylindrical-coordinate representation of color #1FE533: hue angle of 126.06º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE533 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 229 | 51 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.10 |
| HSL | 126.06º | 0.79% | 0.51% | - |
| HSV(B) | 126.06º | 0.86% | 0.9% | - |
| XYZ | 29.18 | 56.57 | 12.51 | - |
| YUV | 149.51 | 72.4 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 51 | 0.86 | 0 | 0.78 | 0.10 | 126.06 | 0.79 | 0.51 |
| Hex | 1F | E5 | 33 | 56 | 0 | 4E | A | 7E | 4F | 33 |
| Octal | 37 | 345 | 63 | 126 | 0 | 116 | 12 | 176 | 117 | 63 |
| Binary | 11111 | 11100101 | 110011 | 1010110 | 0 | 1001110 | 1010 | 1111110 | 1001111 | 110011 |
Color Harmonies of #1FE533
Complementary color
Monochromatic Colors of #1FE533
Black with #1FE533
Text Example
Text Example
White with #1FE533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE533; }
p { color: rgb(31,229,51); }
H1.HeaderClassName
{
color: #1FE533;
}
.AnyTagClassName
{
color: #1FE533;
}
</style>
background-color css
<style>
a { background-color: #1FE533; }
a { background-color: rgb(31,229,51); }
div.DivClassName
{
background-color: #1FE533;
}
.BgClassName
{
background-color: #1FE533;
}
</style>
border-color css
<style>
span { border-color: #1FE533; }
span { border-color: rgb(31,229,51); }
td.TdClassName
{
border-color: #1FE533;
}
.TagClassName
{
border-color: #1FE533;
}
</style>