Shades of Lime Green #1FDA33
Tints of Lime Green #1FDA33
RGB
CMYK
RGB Variations
Color information
#1FDA33 (or 0x1FDA33) is known color: Lime Green. HEX triplet: 1F, DA and 33. RGB value is (31,218,51). Sum of RGB (Red+Green+Blue) = 31+218+51=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 218 (85.55% from 255 or 72.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDA33 is #E025CC. Grayscale: #8F8F8F. Windows color (decimal): -14689741 or 3398175. OLE color: 3398175.
HSL color Cylindrical-coordinate representation of color #1FDA33: hue angle of 126.42º 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 #1FDA33 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 51 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.15 |
| HSL | 126.42º | 0.75% | 0.49% | - |
| HSV(B) | 126.42º | 0.86% | 0.85% | - |
| XYZ | 26.23 | 50.67 | 11.53 | - |
| YUV | 143.05 | 76.05 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 51 | 0.86 | 0 | 0.77 | 0.15 | 126.42 | 0.75 | 0.49 |
| Hex | 1F | DA | 33 | 56 | 0 | 4D | F | 7E | 4B | 31 |
| Octal | 37 | 332 | 63 | 126 | 0 | 115 | 17 | 176 | 113 | 61 |
| Binary | 11111 | 11011010 | 110011 | 1010110 | 0 | 1001101 | 1111 | 1111110 | 1001011 | 110001 |
Color Harmonies of #1FDA33
Complementary color
Monochromatic Colors of #1FDA33
Black with #1FDA33
Text Example
Text Example
White with #1FDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA33; }
p { color: rgb(31,218,51); }
H1.HeaderClassName
{
color: #1FDA33;
}
.AnyTagClassName
{
color: #1FDA33;
}
</style>
background-color css
<style>
a { background-color: #1FDA33; }
a { background-color: rgb(31,218,51); }
div.DivClassName
{
background-color: #1FDA33;
}
.BgClassName
{
background-color: #1FDA33;
}
</style>
border-color css
<style>
span { border-color: #1FDA33; }
span { border-color: rgb(31,218,51); }
td.TdClassName
{
border-color: #1FDA33;
}
.TagClassName
{
border-color: #1FDA33;
}
</style>