Shades of Lime Green #3DFB31
Tints of Lime Green #3DFB31
RGB
CMYK
RGB Variations
Color information
#3DFB31 (or 0x3DFB31) is known color: Lime Green. HEX triplet: 3D, FB and 31. RGB value is (61,251,49). Sum of RGB (Red+Green+Blue) = 61+251+49=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 251 (98.44% from 255 or 69.53% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFB31 is #C204CE. Grayscale: #ABABAB. Windows color (decimal): -12715215 or 3275581. OLE color: 3275581.
HSL color Cylindrical-coordinate representation of color #3DFB31: hue angle of 116.44º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DFB31 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 49 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.02 |
| HSL | 116.44º | 0.96% | 0.59% | - |
| HSV(B) | 116.44º | 0.8% | 0.98% | - |
| XYZ | 36.98 | 70.21 | 14.51 | - |
| YUV | 171.16 | 59.05 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 49 | 0.76 | 0 | 0.80 | 0.02 | 116.44 | 0.96 | 0.59 |
| Hex | 3D | FB | 31 | 4C | 0 | 50 | 2 | 74 | 60 | 3B |
| Octal | 75 | 373 | 61 | 114 | 0 | 120 | 2 | 164 | 140 | 73 |
| Binary | 111101 | 11111011 | 110001 | 1001100 | 0 | 1010000 | 10 | 1110100 | 1100000 | 111011 |
Color Harmonies of #3DFB31
Complementary color
Monochromatic Colors of #3DFB31
Black with #3DFB31
Text Example
Text Example
White with #3DFB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB31; }
p { color: rgb(61,251,49); }
H1.HeaderClassName
{
color: #3DFB31;
}
.AnyTagClassName
{
color: #3DFB31;
}
</style>
background-color css
<style>
a { background-color: #3DFB31; }
a { background-color: rgb(61,251,49); }
div.DivClassName
{
background-color: #3DFB31;
}
.BgClassName
{
background-color: #3DFB31;
}
</style>
border-color css
<style>
span { border-color: #3DFB31; }
span { border-color: rgb(61,251,49); }
td.TdClassName
{
border-color: #3DFB31;
}
.TagClassName
{
border-color: #3DFB31;
}
</style>