Shades of Lime Green #1FDF35
Tints of Lime Green #1FDF35
RGB
CMYK
RGB Variations
Color information
#1FDF35 (or 0x1FDF35) is known color: Lime Green. HEX triplet: 1F, DF and 35. RGB value is (31,223,53). Sum of RGB (Red+Green+Blue) = 31+223+53=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 223 (87.5% from 255 or 72.64% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDF35 is #E020CA. Grayscale: #929292. Windows color (decimal): -14688459 or 3530527. OLE color: 3530527.
HSL color Cylindrical-coordinate representation of color #1FDF35: hue angle of 126.87º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDF35 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 53 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.13 |
| HSL | 126.88º | 0.76% | 0.5% | - |
| HSV(B) | 126.88º | 0.86% | 0.87% | - |
| XYZ | 27.6 | 53.32 | 12.21 | - |
| YUV | 146.21 | 75.39 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 53 | 0.86 | 0 | 0.76 | 0.13 | 126.88 | 0.76 | 0.5 |
| Hex | 1F | DF | 35 | 56 | 0 | 4C | D | 7F | 4C | 32 |
| Octal | 37 | 337 | 65 | 126 | 0 | 114 | 15 | 177 | 114 | 62 |
| Binary | 11111 | 11011111 | 110101 | 1010110 | 0 | 1001100 | 1101 | 1111111 | 1001100 | 110010 |
Color Harmonies of #1FDF35
Complementary color
Monochromatic Colors of #1FDF35
Black with #1FDF35
Text Example
Text Example
White with #1FDF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDF35; }
p { color: rgb(31,223,53); }
H1.HeaderClassName
{
color: #1FDF35;
}
.AnyTagClassName
{
color: #1FDF35;
}
</style>
background-color css
<style>
a { background-color: #1FDF35; }
a { background-color: rgb(31,223,53); }
div.DivClassName
{
background-color: #1FDF35;
}
.BgClassName
{
background-color: #1FDF35;
}
</style>
border-color css
<style>
span { border-color: #1FDF35; }
span { border-color: rgb(31,223,53); }
td.TdClassName
{
border-color: #1FDF35;
}
.TagClassName
{
border-color: #1FDF35;
}
</style>