Shades of Lime Green #1FE52C
Tints of Lime Green #1FE52C
RGB
CMYK
RGB Variations
Color information
#1FE52C (or 0x1FE52C) is known color: Lime Green. HEX triplet: 1F, E5 and 2C. RGB value is (31,229,44). Sum of RGB (Red+Green+Blue) = 31+229+44=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 229 (89.84% from 255 or 75.33% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE52C is #E01AD3. Grayscale: #959595. Windows color (decimal): -14686932 or 2942239. OLE color: 2942239.
HSL color Cylindrical-coordinate representation of color #1FE52C: hue angle of 123.94º 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 #1FE52C is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 229 | 44 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.10 |
| HSL | 123.94º | 0.79% | 0.51% | - |
| HSV(B) | 123.94º | 0.86% | 0.9% | - |
| XYZ | 29.04 | 56.51 | 11.76 | - |
| YUV | 148.71 | 68.9 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 44 | 0.86 | 0 | 0.81 | 0.10 | 123.94 | 0.79 | 0.51 |
| Hex | 1F | E5 | 2C | 56 | 0 | 51 | A | 7C | 4F | 33 |
| Octal | 37 | 345 | 54 | 126 | 0 | 121 | 12 | 174 | 117 | 63 |
| Binary | 11111 | 11100101 | 101100 | 1010110 | 0 | 1010001 | 1010 | 1111100 | 1001111 | 110011 |
Color Harmonies of #1FE52C
Complementary color
Monochromatic Colors of #1FE52C
Black with #1FE52C
Text Example
Text Example
White with #1FE52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE52C; }
p { color: rgb(31,229,44); }
H1.HeaderClassName
{
color: #1FE52C;
}
.AnyTagClassName
{
color: #1FE52C;
}
</style>
background-color css
<style>
a { background-color: #1FE52C; }
a { background-color: rgb(31,229,44); }
div.DivClassName
{
background-color: #1FE52C;
}
.BgClassName
{
background-color: #1FE52C;
}
</style>
border-color css
<style>
span { border-color: #1FE52C; }
span { border-color: rgb(31,229,44); }
td.TdClassName
{
border-color: #1FE52C;
}
.TagClassName
{
border-color: #1FE52C;
}
</style>