Shades of Lime Green #1FDA2D
Tints of Lime Green #1FDA2D
RGB
CMYK
RGB Variations
Color information
#1FDA2D (or 0x1FDA2D) is known color: Lime Green. HEX triplet: 1F, DA and 2D. RGB value is (31,218,45). Sum of RGB (Red+Green+Blue) = 31+218+45=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDA2D is #E025D2. Grayscale: #8E8E8E. Windows color (decimal): -14689747 or 3004959. OLE color: 3004959.
HSL color Cylindrical-coordinate representation of color #1FDA2D: hue angle of 124.49º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDA2D is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 45 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.15 |
| HSL | 124.49º | 0.75% | 0.49% | - |
| HSV(B) | 124.49º | 0.86% | 0.85% | - |
| XYZ | 26.11 | 50.62 | 10.88 | - |
| YUV | 142.37 | 73.05 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 45 | 0.86 | 0 | 0.79 | 0.15 | 124.49 | 0.75 | 0.49 |
| Hex | 1F | DA | 2D | 56 | 0 | 4F | F | 7C | 4B | 31 |
| Octal | 37 | 332 | 55 | 126 | 0 | 117 | 17 | 174 | 113 | 61 |
| Binary | 11111 | 11011010 | 101101 | 1010110 | 0 | 1001111 | 1111 | 1111100 | 1001011 | 110001 |
Color Harmonies of #1FDA2D
Complementary color
Monochromatic Colors of #1FDA2D
Black with #1FDA2D
Text Example
Text Example
White with #1FDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA2D; }
p { color: rgb(31,218,45); }
H1.HeaderClassName
{
color: #1FDA2D;
}
.AnyTagClassName
{
color: #1FDA2D;
}
</style>
background-color css
<style>
a { background-color: #1FDA2D; }
a { background-color: rgb(31,218,45); }
div.DivClassName
{
background-color: #1FDA2D;
}
.BgClassName
{
background-color: #1FDA2D;
}
</style>
border-color css
<style>
span { border-color: #1FDA2D; }
span { border-color: rgb(31,218,45); }
td.TdClassName
{
border-color: #1FDA2D;
}
.TagClassName
{
border-color: #1FDA2D;
}
</style>