Shades of Lime Green #3DFB30
Tints of Lime Green #3DFB30
RGB
CMYK
RGB Variations
Color information
#3DFB30 (or 0x3DFB30) is known color: Lime Green. HEX triplet: 3D, FB and 30. RGB value is (61,251,48). Sum of RGB (Red+Green+Blue) = 61+251+48=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 251 (98.44% from 255 or 69.72% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFB30 is #C204CF. Grayscale: #ABABAB. Windows color (decimal): -12715216 or 3210045. OLE color: 3210045.
HSL color Cylindrical-coordinate representation of color #3DFB30: hue angle of 116.16º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DFB30 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 48 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.02 |
| HSL | 116.16º | 0.96% | 0.59% | - |
| HSV(B) | 116.16º | 0.81% | 0.98% | - |
| XYZ | 36.96 | 70.2 | 14.4 | - |
| YUV | 171.05 | 58.55 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 48 | 0.76 | 0 | 0.81 | 0.02 | 116.16 | 0.96 | 0.59 |
| Hex | 3D | FB | 30 | 4C | 0 | 51 | 2 | 74 | 60 | 3B |
| Octal | 75 | 373 | 60 | 114 | 0 | 121 | 2 | 164 | 140 | 73 |
| Binary | 111101 | 11111011 | 110000 | 1001100 | 0 | 1010001 | 10 | 1110100 | 1100000 | 111011 |
Color Harmonies of #3DFB30
Complementary color
Monochromatic Colors of #3DFB30
Black with #3DFB30
Text Example
Text Example
White with #3DFB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB30; }
p { color: rgb(61,251,48); }
H1.HeaderClassName
{
color: #3DFB30;
}
.AnyTagClassName
{
color: #3DFB30;
}
</style>
background-color css
<style>
a { background-color: #3DFB30; }
a { background-color: rgb(61,251,48); }
div.DivClassName
{
background-color: #3DFB30;
}
.BgClassName
{
background-color: #3DFB30;
}
</style>
border-color css
<style>
span { border-color: #3DFB30; }
span { border-color: rgb(61,251,48); }
td.TdClassName
{
border-color: #3DFB30;
}
.TagClassName
{
border-color: #3DFB30;
}
</style>